| Class | Description |
|---|---|
| AnimatorAdapter |
This class is responsible to animate items.
|
| FlexibleAdapter<T extends IFlexible> |
This Adapter is backed by an ArrayList of arbitrary objects of class T, where T
is your adapter object containing the data of a single item.
|
| FlexibleAdapter.DiffUtilCallback<T extends IFlexible> |
Use
FlexibleAdapter.DiffUtilCallback.setItems(List, List) to set the old and new lists, that are available as:
- protected List<T> oldItems;
- protected List<T> newItems; |
| SelectableAdapter |
This class provides a set of standard methods to handle the selection on the items of an Adapter.
|
| Enum | Description |
|---|---|
| Payload |
Payload occurs only for
notifyItemChanged(). |
| Annotation Type | Description |
|---|---|
| SelectableAdapter.Mode |