Android developer portal with tools, libraries, and apps

Show: All / Free / Paid / Demo

An image download-and-cacher that also knows how to efficiently generate and retrieve thumbnails of various sizes.

Jul 5, 2014

This library uses this idea to implement in-memory storage. There are two simple principles:

  • MapMemory is a singleton, and it is shared between many consumers
  • MapMemory holds data but not knows what data it holds
Jan 23, 2022

✔️ Simplify Caching in Android

Features

  • Notify on Data Changes based on Subscription
  • Lightweight
  • AES Encryption
  • Thread Safe

How does it work?

Caching is just a simple key-value pair data saving procedure. StoreX follows the same approach. StoreX uses SharedPreference as storage for caching data. Since we really can't just save the original data because of security issues. StoreX uses AES encryption & decryption behind the scene when you are caching data or fetching data from the cache. Also, you can observer cached data in real-time.

Jan 19, 2022

A feasible caching library for Android.

Features

  • Real-time update
  • Lightweight
  • Secure
  • Thread Safe

How does it work?

Caching is just a simple key-value pair data saving procedure. CacheX follows the same approach. CacheX uses SharedPreference as storage for caching data. Since we really can't just save the original data because of security issues. CacheX uses AES encryption & decryption behind the scene when you are caching data or fetching data from the cache. Also, you can observer cached data in real-time.

Aug 15, 2020

A simple library for saving data in the cache and reading them.

May 27, 2018

Policy-based cache container for Java, Android.

Modules

Repoli is supported some platforms. You can use below modules:

  • core
  • rxjava1
  • realm
Jul 26, 2017
Advertisement

Lib overrides android.support.v4.util.LruCache and uses code from article to measure size of objects in heap.

Apr 17, 2017

A memcached-like Java cache, focused on portability, great for Android.

Sep 23, 2015