Android Objects Cache

后端 未结 7 1726
南旧
南旧 2020-12-14 23:14

Looking for a simple open source non-copyleft caching for Android (SDK 7+) class.

The purpose is primary to store the Bitmaps fetched asynchronously (so

7条回答
  •  夕颜
    夕颜 (楼主)
    2020-12-15 00:04

    I would recommend that you use the wide-used and before known as droid-fu the refactored and really powerful lib called ignition. The ignition library is mainly maintain by Matthias Käppler lead mobile dev of Qype. The library has a cache framework and RemoteImage Widget (and many more useful classes). Moreover is Maven ready, so is easy to add the dependency. Take a look at the cache javadoc: http://kaeppler.github.com/ignition-docs/ignition-support/apidocs/

提交回复
热议问题