简体   繁体   中英

Lazy loading android ExpandableListView

I'm using Fedor's adapter and imageloader to lazy load images into an expandablelistview. ( Lazy load of images in ListView ) It works perfectly but with one problem. An image will only display when the imageview (in the listview row) goes off screen and then comes back on (via scrolling or collapsing and expanding the listview group.) Help would be much appreciated.

分配Drawable或Bitmap后,尝试在ImageView上调用invalidate()或在适配器上调用notifyDataSetChanged()

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