Stay organized with collections
    
    
      
      Save and categorize content based on your preferences.
    
  
  
    
  
  
  
  
    
    
    
  
  
    
    
  
  
WearableListView.Adapter
  public
  static
  
  abstract
  class
  WearableListView.Adapter
  
  
  
  
    extends Adapter<WearableListView.ViewHolder>
  
  
  
  
  
  
  
    
  
      This class is deprecated.
    Use WearableListView.GenericAdapter instead.
  
  Base class for adapters providing data for the WearableListView. For details refer to
 RecyclerView.Adapter.
Summary
| Inherited methods | 
|---|
| 
    From class
      
        
          android.support.v7.widget.RecyclerView.Adapter
        
      
      
  
  
  
    | 
        
        
        
        final
        
        void | 
      bindViewHolder(VH arg0, int arg1)
       |  
  
  
    | 
        
        
        
        final
        
        VH | 
      createViewHolder(ViewGroup arg0, int arg1)
       |  
  
  
    | 
        
        
        
        
        
        int | 
      findRelativeAdapterPositionIn(Adapter<? extends RecyclerView.ViewHolder> arg0, RecyclerView.ViewHolder arg1, int arg2)
       |  
  
  
    | 
        abstract
        
        
        
        
        int | 
      getItemCount()
       |  
  
  
    | 
        
        
        
        
        
        long | 
      getItemId(int arg0)
       |  
  
  
    | 
        
        
        
        
        
        int | 
      getItemViewType(int arg0)
       |  
  
  
    | 
        
        
        
        final
        
        RecyclerView.Adapter.StateRestorationPolicy | 
      getStateRestorationPolicy()
       |  
  
  
    | 
        
        
        
        final
        
        boolean | 
      hasObservers()
       |  
  
  
    | 
        
        
        
        final
        
        boolean | 
      hasStableIds()
       |  
  
  
    | 
        
        
        
        final
        
        void | 
      notifyDataSetChanged()
       |  
  
  
    | 
        
        
        
        final
        
        void | 
      notifyItemChanged(int arg0, Object arg1)
       |  
  
  
    | 
        
        
        
        final
        
        void | 
      notifyItemChanged(int arg0)
       |  
  
  
    | 
        
        
        
        final
        
        void | 
      notifyItemInserted(int arg0)
       |  
  
  
    | 
        
        
        
        final
        
        void | 
      notifyItemMoved(int arg0, int arg1)
       |  
  
  
    | 
        
        
        
        final
        
        void | 
      notifyItemRangeChanged(int arg0, int arg1, Object arg2)
       |  
  
  
    | 
        
        
        
        final
        
        void | 
      notifyItemRangeChanged(int arg0, int arg1)
       |  
  
  
    | 
        
        
        
        final
        
        void | 
      notifyItemRangeInserted(int arg0, int arg1)
       |  
  
  
    | 
        
        
        
        final
        
        void | 
      notifyItemRangeRemoved(int arg0, int arg1)
       |  
  
  
    | 
        
        
        
        final
        
        void | 
      notifyItemRemoved(int arg0)
       |  
  
  
    | 
        
        
        
        
        
        void | 
      onAttachedToRecyclerView(RecyclerView arg0)
       |  
  
  
    | 
        abstract
        
        
        
        
        void | 
      onBindViewHolder(VH arg0, int arg1)
       |  
  
  
    | 
        
        
        
        
        
        void | 
      onBindViewHolder(VH arg0, int arg1, List<Object> arg2)
       |  
  
  
    | 
        abstract
        
        
        
        
        VH | 
      onCreateViewHolder(ViewGroup arg0, int arg1)
       |  
  
  
    | 
        
        
        
        
        
        void | 
      onDetachedFromRecyclerView(RecyclerView arg0)
       |  
  
  
    | 
        
        
        
        
        
        boolean | 
      onFailedToRecycleView(VH arg0)
       |  
  
  
    | 
        
        
        
        
        
        void | 
      onViewAttachedToWindow(VH arg0)
       |  
  
  
    | 
        
        
        
        
        
        void | 
      onViewDetachedFromWindow(VH arg0)
       |  
  
  
    | 
        
        
        
        
        
        void | 
      onViewRecycled(VH arg0)
       |  
  
  
    | 
        
        
        
        
        
        void | 
      registerAdapterDataObserver(RecyclerView.AdapterDataObserver arg0)
       |  
  
  
    | 
        
        
        
        
        
        void | 
      setHasStableIds(boolean arg0)
       |  
  
  
    | 
        
        
        
        
        
        void | 
      setStateRestorationPolicy(RecyclerView.Adapter.StateRestorationPolicy arg0)
       |  
  
  
    | 
        
        
        
        
        
        void | 
      unregisterAdapterDataObserver(RecyclerView.AdapterDataObserver arg0)
       |  | 
| 
    From class
      
        
          java.lang.Object
        
      
      
  
  
  
    | 
        
        
        
        
        
        Object | 
      clone()
       |  
  
  
    | 
        
        
        
        
        
        boolean | 
      equals(Object arg0)
       |  
  
  
    | 
        
        
        
        
        
        void | 
      finalize()
       |  
  
  
    | 
        
        
        
        final
        
        Class<?> | 
      getClass()
       |  
  
  
    | 
        
        
        
        
        
        int | 
      hashCode()
       |  
  
  
    | 
        
        
        
        final
        
        void | 
      notify()
       |  
  
  
    | 
        
        
        
        final
        
        void | 
      notifyAll()
       |  
  
  
    | 
        
        
        
        
        
        String | 
      toString()
       |  
  
  
    | 
        
        
        
        final
        
        void | 
      wait(long arg0, int arg1)
       |  
  
  
    | 
        
        
        
        final
        
        void | 
      wait(long arg0)
       |  
  
  
    | 
        
        
        
        final
        
        void | 
      wait()
       |  | 
Public constructors
    Adapter
    
public Adapter ()
    
    
    
  
 
 
 
  
  
    
  
 
  
    
      
      
    
    
      
    
    
  
       
    
    
      
    
  
  
  Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
  Last updated 2025-02-10 UTC.
  
  
  
    
      [[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-02-10 UTC."],[],[]]