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.
实际上我正在创建一个应用程序,我想在其中从设备库加载图像并将其显示到ListView.
ListView
那么如何做到这一点。请帮我解决这个问题,如果可能的话,用合适的例子
提前致谢。
按照这篇文章并在您的 listadapter 类中将您的 getView() 覆盖为包含您要从内部数组显示的图像的 ImageView。
http://www.vogella.com/articles/AndroidListView/article.html