Looking for a simple open source non-copyleft caching for Android (SDK 7+) class.
The purpose is primary to store the Bitmap
s fetched asynchronously (so
You can create your own image cache following this official android documentation that not only gives you the code, but also explains how it works:
http://developer.android.com/training/displaying-bitmaps/cache-bitmap.html
They also explain the whole process, from loading bitmaps, processing them in a background thread, caching them and displaying them
http://developer.android.com/training/displaying-bitmaps/index.html