Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试使用来自 DB 的数据填充一个 android ListView。
我创建了一个扩展 BaseAdapter 的类,因为我需要使用节标题做一个 ListView。
那么如何实现 BaseAdapter 扩展类呢?
非常感谢。
您应该扩展 aSimpleCursorAdapter来帮助您处理数据库活动。
SimpleCursorAdapter
您的部分标题也是来自数据库,还是任意的?
如果它们来自数据库,请尝试使用SimpleCursorTreeAdapterand EpandableListView。
SimpleCursorTreeAdapter
EpandableListView