Android-BitmapCache icon indicating copy to clipboard operation
Android-BitmapCache copied to clipboard

Android-BitmapCache is a specialised cache, for use with Android Bitmap objects.

Results 25 Android-BitmapCache issues
Sort by recently updated
recently updated
newest added

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. ![listview_image_bug](https://f.cloud.github.com/assets/253179/575759/5dbd6768-c7e6-11e2-8ab1-6b0c24e3a405.png) 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.