简体   繁体   中英

Load images from device gallery and display in the listview

Actually i am creating an application in which i want to load images from device gallery and display it into the ListView .

So how that can be done. please help me to solve this out, if possible with suitable examples

Thanks in advance.

Follow this article and override your getView() in your listadapter class as an ImageView containing the image you want to display from the internal array.

http://www.vogella.com/articles/AndroidListView/article.html

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM