Android-BitmapCache… the rebirth.

1 · Chris Banes · Dec. 18, 2012, midnight
A while ago I wrote Android-BitmapMemoryCache, a cache based off of LruCache which would cache Android Bitmap objects in memory in a clever way. You can get the full details from this earlier post, but the bottom line is that it knew when a Bitmap was no longer being used, and so would recycle it. I left it like that the past 5 months and I knew it worked. I......