12-26-2012 06:09 AM
Hi,
I got so much image's url in webservice.
I have to show images in list view.
So I need to do lazy loading.
So I want sample idea that how can I solve that ?
Thanks,
12-27-2012 08:24 PM
As a start, create a Thread that will download the images and update the Fields with the downloaded images. So you give this Thread a list of images to downloads and links to the Fields to update and let it do the work.