目前我有一个简单的列表视图,由 SimpleCursorAdapter 提供。现在我想用几个部分来扩展列表视图。所以我改变了我对 cursorAdapter 的查询并添加了一些 groupBy。
我在 Stackoverflow 上也看了很多关于如何继续的信息。但我有点困惑。如何设置部分?我需要额外的 Layout.xml 吗?我需要sectionIndexer吗?
请任何建议/伪代码都会有所帮助。
谢谢。
目前我有一个简单的列表视图,由 SimpleCursorAdapter 提供。现在我想用几个部分来扩展列表视图。所以我改变了我对 cursorAdapter 的查询并添加了一些 groupBy。
我在 Stackoverflow 上也看了很多关于如何继续的信息。但我有点困惑。如何设置部分?我需要额外的 Layout.xml 吗?我需要sectionIndexer吗?
请任何建议/伪代码都会有所帮助。
谢谢。