Hi
I am new to android. I am trying to display a list of images and corresponding text in ListView. The images are being downloaded from the internet and using the same thread to download the images locks the UI.
How can I do a lazy load of images to be displayed on the view so the text is displayed and the images are displayed as and when downloaded.
Thanks for any ideas.

