Skip to content Skip to sidebar Skip to footer

Android Listview Smooth Navigation While Images From Sdcard

I saw a lot of implementations of smooth downloading images from web and showing them in listView with cache. Now I have the following situation: I'm storing images to SDCard and s

Solution 1:

Multithreading is the answer! http://android-developers.blogspot.com/2010/07/multithreading-for-performance.html Just ignore the the sections for downloading, but idea is the same!

Then check this code : Lazy load of images in ListView

Post a Comment for "Android Listview Smooth Navigation While Images From Sdcard"