| 类 | 说明 |
|---|---|
| CursorAdapter<VH extends RecyclerView.ViewHolder> |
Project: Accessory
Created by LiaoKai(soarcn) on 2015/1/17.
|
| MultiTypeAdapter<V> |
Adapter for lists where only multiple view types are needed
|
| SectionMultiTypeAdapter<V> |
Type adapter with section indexing according to English alphabet
|
| SectionSingleTypeAdapter<V> | |
| SingleTypeAdapter<V> |
Adapter for lists where only a single view type is used
|
| SingleTypeCursorAdapter |
Cursor adapter for a single view type
|
| TypeAdapter |
Base adapter
|