chrisbanes / Android-BitmapCache

Android-BitmapCache is a specialised cache, for use with Android Bitmap objects.
834 stars 224 forks source link

Throw an exception when setImageBitmap is used on CacheableImageView #20

Closed robUx4 closed 11 years ago

robUx4 commented 11 years ago

Since the Bitmap won't be cached that's a bad use of the cache specific widget

chrisbanes commented 11 years ago

Thanks, but I'm not going to merge this pull. Calling setImageBitmap() will actually work just fine, it just means that the Bitmap isn't cached.