Android ListView headers
You can use my MergeAdapter
or Jeff Sharkey's SeparatedListAdapter
for that.
In the case of MergeAdapter
, you would add an ordinary View
(e.g., TextView
) for a section header, then an Adapter
for the contents of that section. Lather, rinse, repeat.