Android Objects Cache

后端 未结 7 1710
南旧
南旧 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-14 23:54

    How about android.util.LruCache? If you need to support older platforms, simply copy it in you project. EDIT: it's actually in the compat/support library.

提交回复
热议问题