13

I have a list view with some date and text in each row.Can I group this listView into groups as in iPhone with header between them.Is it possible in android. Please help. i.e I need to have header bar between the Listview rows so that rows below each header will become a group if I am grouping it using date.

James
  • 13,891
  • 26
  • 68
  • 93
  • possible duplicate of [group similar rows in listview based on their content](http://stackoverflow.com/questions/4507248/group-similar-rows-in-listview-based-on-their-content) – Daij-Djan Jan 19 '13 at 14:21

1 Answers1

18

Here are the plenty of articles for Android - ListView with Section from Google, from that i have listed out some of important articles/tutorials:

  1. http://code.google.com/p/android-amazing-listview/
  2. http://android.amberfog.com/?p=296
  3. Creating categories in a ListView?
  4. Android ListView Headers
Community
  • 1
  • 1
Paresh Mayani
  • 127,700
  • 71
  • 241
  • 295