我在列表视图中显示消息列表。但我需要按消息日期显示消息组。像这样的东西——>这个日期的日期和消息列表,然后是下一个日期和列表消息等等。如何做到这一点。
问问题
85 次
1 回答
1
我认为您应该使用像您说的那样提供实现的 Expandable ListView。试试这个链接: -
http://androidtrainningcenter.blogspot.in/2012/07/android-expandable-listview-simple.html
http://developer.android.com/reference/android/widget/ExpandableListView.html
这肯定会帮助你。
于 2012-10-25T12:31:29.527 回答