| 接口 | 说明 |
|---|---|
| SectionAdapter.Sectionizer<T,K> |
Interface provides mechanism for supplying titles for instances based on the property they are
compared against.
|
| SimpleSectionAdapter.Sectionizer<T> |
Interface provides mechanism for supplying titles for instances based on the property they are
compared against.
|
| 类 | 说明 |
|---|---|
| CursorAdapter |
Cursor adapter with helpers
|
| MultiTypeAdapter<V> |
Adapter for lists where only multiple view types are needed
|
| SectionAdapter<T,K> |
A very simple adapter that adds sections to adapters written for
ListViews. |
| SectionFinder |
Section finder helper
|
| SectionMultiTypeAdapter |
Type adapter with section indexing according to English alphabet
|
| SectionSingleTypeAdapter<V> | |
| SimpleSectionAdapter<T> |
A very simple adapter that adds sections to adapters written for
ListViews. |
| SingleTypeAdapter<V> |
Adapter for lists where only a single view type is used
|
| SingleTypeCursorAdapter |
Cursor adapter for a single view type
|
| TypeAdapter |
Base adapter
|
| ViewUpdater |
Updater for child views indexed from a root view
|