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.
可能重复: Android - 如何在 ListView 中延迟加载图像
我有一个自定义的联系人列表。它包含名称、描述(来自数据库)和来自文件系统的相应图像。SimpleCursorAdapter 不适用于图标。如何用这些数据制作惰性初始化列表?
你可以看看这篇不错的文章,
还有这个,