I\'m using android query to download an image in each element of a listview, and downloading thoses images is very, very, very slow (images far from heavy). I\'m like having an
i think you can use the ImageDownloader from here
Multithreading scenario explained here
Please see below Lazy Loading listview's source link for that, it may help you.
Lazy Loading Listview