Android Lazy Loading Images Class Eats Up All My Memory
I'm using the popular lazy loading class found here:http://stackoverflow.com/questions/541966/android-how-do-i-do-a-lazy-load-of-images-in-listview/3068012#3068012 The problem I'm
Solution 1:
WeakHashMap may help u to cache bitmap. http://developer.android.com/reference/java/util/WeakHashMap.html
Post a Comment for "Android Lazy Loading Images Class Eats Up All My Memory"