| Interface | Description |
|---|---|
| PatchedExpandableListAdapter.ChoiceModeListener |
An interface definition for callbacks that receive events for
ChoiceMode
modal variants. |
| Class | Description |
|---|---|
| AbsArrayAdapter<T> |
A custom abstract
BaseAdapter that is backed by an ArrayList of arbitrary
objects. |
| BuildConfig | |
| JSONAdapter |
A custom abstract
BaseAdapter that is backed by a JSONArray of arbitrary
objects. |
| NFArrayAdapter<T> |
A non-filterable custom abstract
BaseAdapter that is backed by an ArrayList of
arbitrary objects. |
| NFJSONArrayAdapter |
A non-filterable custom abstract
BaseAdapter that is backed by a JSONArray of
arbitrary objects. |
| NFRolodexArrayAdapter<G,C> |
For use with an
ExpandableListView, The rolodex
adapters are specifically designed to tackle the problem of organizing existing data on the fly
without the need to pre-compute the groupings nor actually store the grouping data itself. |
| NFSparseAdapter<T> |
A non-filterable custom abstract
BaseAdapter that is backed by a SparseArray
of arbitrary objects. |
| PatchedExpandableListAdapter |
Meant to replace the
BaseExpandableListAdapter as the starting point
for building a specialized adapter for the ExpandableListView. |
| RolodexArrayAdapter<G,C> |
For use with an
ExpandableListView, The rolodex adapters are specifically designed to
tackle the problem of organizing existing data on the fly without the need to pre-compute the
groupings nor actually store the grouping data itself. |
| SparseAdapter<T> |
A custom abstract
BaseAdapter that is backed by a SparseArray of arbitrary
objects. |
| Enum | Description |
|---|---|
| PatchedExpandableListAdapter.ChoiceMode |
Defines the various behaviors supported for use with
ExpandableListView. |