Android - How do I do a lazy load of images in ListView
- by lostInTransit
Hi
I am using a ListView to display some images and captions associated with those images. I am getting the images from the Internet. Is there a way to lazy load the images so while the text displays, the UI is not locked up and images are displayed as they are downloaded. The number of images is not fixed.
Thanks.