Android-BitmapCache
Android-BitmapCache copied to clipboard
Android-BitmapCache is a specialised cache, for use with Android Bitmap objects.
http://pastebin.com/AifJ1cqK
I'm trying to implement an infinite ViewPager that downloads images and displays each in its own instance of a Fragment I have created, using the CacheableImageView to hold the bitmap...
Using GridViewActivity in sample I get OutOfMemoryError on Android x86 2.3.3 emulator. ``` 03-14 02:38:35.933: ERROR/AndroidRuntime(1322): FATAL EXCEPTION: AsyncTask #7 java.lang.RuntimeException: An error occured while executing doInBackground() at android.os.AsyncTask$3.done(AsyncTask.java:200) at...
Seeing an issue where when scrolling sometimes the images won't get displayed.  I put together a sample project that illustrates the problem. If you scroll around enough you will...
The README link http://bit.ly/android-bitmapcache-jar doesn't contain the latest jar. It's possible to get the jar from the maven repository, but I just wanted to make sure you knew.