简体   繁体   中英

Loading Images in Android Expandable List View

Currently I have implemented Expandable List View referencing from the following website: http://www.androidhive.info/2013/07/android-expandable-list-view-tutorial/

Now, how do I download a jpeg from a url(ee h--p://www.test.com/image.jpg) and display this image within each list child when that list child is chosen? Currently it only shows data.

The reason is being, I don't want to download the images and store within the assets folder which will increase the size of the application, that's why use url to show only when that list child is chosen.

Is it possible? Or I could only do so by downloading the image beforehand and storing under assets?

Thanks In Advance

Yes it is possible. If you want to implement this then you should grab a lazy loading library. For that you may use aquery just google it, its a nice library to provide the required mechanism.

Also Expandable istview is nothing but a listview so whatever you want to do inside a listview can be done within ExpandableListView as well.

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