I want to know that if it's possible to load an image with another thread while adapter iterates. I mean the adapter will manage the textdata and listactivity will show them but the images (of each row) will be load subsequently. Is it possible? when I populate arrayadapter it takes so long if i need to show icons (images are loading from web)
Asked
Active
Viewed 213 times
0
-
1what you need is lazy load the images look [here ][1] at the second answer [1]: http://stackoverflow.com/questions/541966/android-how-do-i-do-a-lazy-load-of-images-in-listview – confucius May 19 '12 at 17:40
-
thank you this is exactly what I need!! – Mustafa Güven May 19 '12 at 18:50