/android-image-manager

Image manager for android applications.

Primary LanguageJavaOtherNOASSERTION


This repository is no longer maintained. Issue reports and pull requests will not be attended.


Image manager provides performant and easy way to load image resources asynchronously with many options like:

  • loading from
    • file system
    • application resources
    • Internet
  • image quality control
    • anti-aliasing
    • dithering
  • caching
  • low-quality preview
  • sub-sampling
  • loading rescaled bitmap
  • using strong GC-proof cache
Provides optional logging on different levels which makes it easy to debug your code. It can be used in your layout XML files and visual editor.