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.
我是否应该扩展 SimpleCursorAdapter 或 ResourceCursorAdapter 为我的列表视图提供自定义适配器。两者有什么区别?
数据将从 sqlite 数据库中填充。此外,我将使用 CursorLoader 来处理游标生命周期并在单独的线程中执行数据库活动。
你想去BaseAdapter
BaseAdapter
那里有很多教程,只需搜索自定义列表视图适配器