public static abstract class

WearableListView.Adapter

extends Adapter<WearableListView.ViewHolder>

Note: The Wearable Support Library classes under the android.support.wearable package are subject to change. For the full Android API reference, see Reference.

java.lang.Object
   ↳ android.support.v7.widget.RecyclerView.Adapter<android.support.wearable.view.WearableListView.ViewHolder>
     ↳ android.support.wearable.view.WearableListView.Adapter

Class Overview

Base class for adapters providing data for the WearableListView. For details refer to RecyclerView.Adapter.

Summary

Public Constructors
WearableListView.Adapter()
[Expand]
Inherited Methods
From class android.support.v7.widget.RecyclerView.Adapter
From class java.lang.Object

Public Constructors

public WearableListView.Adapter ()