Reputation: 526
I am displaying list of message in listview. But i need to dispaly message group by date of message. Somthing like this--> Date and list of message on this date, then next date and list message and so on. How to achive this.
Upvotes: 0
Views: 91
Reputation: 3513
I think You should use the Expandable ListView which provides the implementation like the way you said. try this links:--
http://androidtrainningcenter.blogspot.in/2012/07/android-expandable-listview-simple.html
http://developer.android.com/reference/android/widget/ExpandableListView.html
this will help you for sure.
Upvotes: 1