I\'m on my way with implementing a caching mechanism for my Android application.
I use SoftReference, like many examples I\'ve found. The problem is, w
SoftReference
Cache each image on persistent storage instead of just in memory.