Android - How do I do a lazy load of images in ListView

Posted by lostInTransit on Stack Overflow See other posts from Stack Overflow or by lostInTransit
Published on 2009-02-12T15:59:00Z Indexed on 2010/06/18 11:13 UTC
Read the original article Hit count: 200

Filed under:
|
|

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.

© Stack Overflow or respective owner

Related posts about android

Related posts about listview