ListAdapter « UI « Android






1.BaseExpandableListAdapter Demo
2.implements ListAdapter
3.extends BaseExpandableListAdapter
4.A list view example where the data comes from a cursor, and a SimpleCursorListAdapter is used to map each item to a two-line display.
5.A list view example where the data comes from a custom ListAdapter
6.A list view example where the data comes from a custom ListAdapter
7.ListAdapter for use with HiberDroid Criteria Results (Lists).