BaseAdapter
that is backed by an ArrayList
of
arbitrary objects.BaseAdapter
that is backed by a JSONArray
of
arbitrary objects.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.BaseAdapter
that is backed by a SparseArray
of arbitrary objects.