BitmapCache. A smart storage system for images in Android apps.

github.com/chrisbanes/Android-BitmapCache

Vaya's read on this project

Problem, audience, market, and the verdict — sign in to see it.

Updates

August 2013
  • Merge tag 'v2.3'
  • [maven-release-plugin] prepare release v2.3
  • Update POM
  • Update Readme
  • Update Manifest Versions
  • Add getSource() to CacheableBitmapDrawable
  • Change default RecyclePolicy to PRE_HONEYCOMB, and enable inBitmap us…
June 2013
  • Merge branch 'dev'
  • [maven-release-plugin] prepare for next development iteration
  • [maven-release-plugin] prepare release v2.2.2
  • Update manifest + README for v2.2.2
  • Tidy up 335861047d3ceacec5873e0614974e8e8f106b67
  • Merge pull request #28 from solcott/dev
May 2013
  • Set maven compiler source and target properties so eclipse doesn't co…
  • Make sure input and output streams are closed so we don't get strict …
April 2013
  • Fix #26. Add new version of put() which allows you to specify the com…
  • Fix #19: Log rather than throw Exception on non-writable disk cache l…
  • Update to DiskLruCache v2.0.1
  • Fix #22: IllegalStateException: BitmapMemoryLruCache.sizeOf() is repo…
  • Fix #18: CacheableImageView doesn't have contructor with defStyle