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.
有什么区别
当我想使用它们在列表中显示对象时,光标和基本适配器会特别突出?
巨大的差异:
游标用于检查数据,通常来自数据库。例如,检查所有联系人/短信消息。
baseAdapter 就像一个将数据发送到 UI 组件的管子。例如,我经常将它用于 listViews,以准确设置每个项目的内容。