public static interface AdapterModule.ModuleAdapter
AdapterModule.attachToAdapter(ModuleAdapter)| Modifier and Type | Method and Description |
|---|---|
int |
getItemCount()
Returns the count of items presented within data set of this adapter.
|
long |
getItemId(int position)
Returns the id of the item from this adapter's data set at the specified position.
|
void |
notifyDataSetChanged()
Notifies the registered observers that the data set of this adapter has been changed and
all Views reflecting these data should be refreshed.
|
void notifyDataSetChanged()
int getItemCount()
long getItemId(int position)