| 类 | 说明 |
|---|---|
| CoverFlow |
Cover Flow implementation.
|
| DataProcessor<D> |
DataProcessor,corresponding to
GenericAdapter,to process
GenericAdapter data and return the needs result |
| DataProcessor.ViewHolder |
use in
DataProcessor.onCreateView(Context, int, Object) and
DataProcessor.onBindView(Context, int, View, Object),to cache
view for quick access |
| GenericAdapter<D> | |
| GenericCursorAdapter |
Created by Wendell on 14-8-15.
|
| GenericExpandableListAdapter<D,ChildD> |
Created by Administrator on 13-6-17.
|
| GroupDataProcessor<D,ChildD> |
GroupDataProcessor,corresponding to
GenericExpandableListAdapter,to
process GenericExpandableListAdapter data and return the needs result |
| HeaderFooterGridView |
A
GridView that supports adding header rows in a
very similar way to ListView. |
| InterceptGallery |
Created by Wendell on 14-6-9.
|
| OnPageScrollListener |