我正在使用简单的光标适配器来填充列表视图。我的数据来自 sqlyte 数据库,我有两个数据。如何在列表视图中添加部分(标题)。
我搜索了很多,但使用简单的光标适配器找不到合适的部分示例。任何帮助是极大的赞赏。这是我的例子。
开始管理光标(光标);
String[] from = {"Label","_id"};
int[] to = new int[]{R.id.Text1};
SimpleCursorAdapter cursorAdapter =
new SimpleCursorAdapter(this, R.layout.row, cursor, from, to);
listContent.setAdapter(cursorAdapter);
我需要添加部分,例如
第 1 节 橙色 香蕉 苹果 Sextion 2 红色 蓝色 黑色 第 3 节 早餐 午餐