1

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.

Community
  • 1
  • 1
user745539
  • 11
  • 3

1 Answers1

1

Try calling invalidate() on the ImageView, or notifyDataSetChanged() on the adapter, after assigning the Drawable or Bitmap.

edorian
  • 38,542
  • 15
  • 125
  • 143
kaay
  • 1,083
  • 1
  • 12
  • 31