【问题标题】:List View with groups in android列表视图与 android 中的组 【发布时间】:2011-10-31 08:58:33 【问题描述】: 我有一个列表视图,每行中有一些日期和文本。我可以像在 iPhone 中那样将这个 listView 分组,并在它们之间加上标题。在 android 中是否可能。请帮忙。 即我需要在 Listview 行之间有标题栏,以便如果我使用日期对其进行分组,每个标题下方的行将成为一个组。 【问题讨论】: group similar rows in listview based on their content 的可能重复项 标签: android 【解决方案1】: 这里有大量来自 Google 的 Android - ListView with Section 文章,其中我列出了一些重要的文章/教程: http://code.google.com/p/android-amazing-listview/ http://android.amberfog.com/?p=296 Creating categories in a ListView? Android ListView Headers 【讨论】: