Android developer portal with tools, libraries, and apps

Show: All / Free / Paid / Demo

Java implementation of a Disk-based LRU cache which specifically targets Android compatibility.

Jul 5, 2014

Disk LRU (least recently used) cache with persisted journal. This cache has specific capacity and location. Rarely requested files are evicted by actively used. Lightweight and extremely easy to use.

Jan 12, 2019

This is a minimal library without dependencies that offers a simple cache file provider.

Jan 8, 2018

The HttpResponseCache library provides transparent and automatic caching of HTTP and HTTPS requests that use the java.net.HttpUrlConnection classes.

For information on how to use HttpUrlConnection, refer to the Android documentation - don't worry, the information also applies to non-Android Java.

Aug 14, 2014

One of the fastest caching libraries for Java. Lots of features for advanced integrations of external systems: (Variable entry) expiry, exception handling with configurable resilience, loaders/writers, events, statistics. Configuration can also be done via XML (optional feature).

Dec 11, 2016

CacheManage for Android.

Oct 5, 2017

A simple cache for android and java.

Jan 28, 2017

This is an easy to use disk cache which uses DiskLruCache under the hood. The DiskLruCache is nice, but it has too low level interface for most use cases.

Sep 17, 2014

A simple generic LRU memory/disk cache for Android written in Kotlin.

May 31, 2016

Inspired by Retrofit api, RxCache is a reactive caching library for Android and Java which turns your caching needs into an interface.

Jan 12, 2016

Reservoir is a simple library for Android that allows you to easily serialize and cache your objects to disk using key/value pairs.

Sep 16, 2014

An easy library to manage stored data in shared preferences.

Dec 16, 2019

A reactive cache for Android and Java which honors the Observable chain.

Jul 30, 2016

Powerfull caching library for Kotlin Android

Nov 10, 2018

Cold storage is a lightweight caching library for android.

You can annotate a method to cache it's output or cache the outputs of all methods in a class by annotating the class.

You can configure the cache by specifying expiration time and maximum size .

For the latest releases and features check out the repository.

Jan 19, 2020

Cold storage is a lightweight caching library that will make all the caching complexities abstract and allow you to solely focus on the application logic.

The cold storage takes care of removing stale data, updating cache and persisting them in shared preferences if required.

Cold storage also supports caching using just annotations.

Jan 5, 2020

A simple cache for android.

Jun 14, 2017
Advertisement

Now it's very easy to save objects and lists! Caching + Gson = Easy Save. Save objects and lists like preferences, with the power of caching!

Jan 9, 2018

Android dual-cache library provides a cache with 2 layers: one cache in RAM and another on local storage.

Jan 15, 2015

A tiny, thread safe memory cache implementation which uses a LRU policy.

Sep 3, 2015

An Android library to cache any serializable objects to disk, using a LRU cache implementation, with the possibility to specify an expiry time for each entry and a maximum size that can be allocated.

May 5, 2016

Library allows to cache Observables during orientation change. It's useful during HTTP request, which must be performed only once. After onComplete, Observables are automatically removed from cache.

ObservableCacheService is additional layer over ObservableCache, which generate classes with access to Observables in cache.

Nov 7, 2016

Exception handling is always a cumbersome but unavoidable part of dealing with disk cache on Android. Complex error handling not only makes your code hard to understand, but also prone to developer errors. IgDiskCache is a fault-tolerant Android disk cache library that helps simplify the error handling logic and makes your file caching code cleaner and much easier to maintain.

Jan 7, 2017

RxObservableDiskCache is a library to save the results of Singles or single value Observables request on a local disk cache, so the next time the same request is called you get an immediate result.

Oct 4, 2016

This library provides an easy way for configure retrofit for use a 2 layer cache (RAM and Disk).

Jan 12, 2017

This is a simple Android utils library to write any type of data into cache files and then read them later, using Gson to serialize and deserialize these data.

Sep 12, 2015

A simple cache for Objects in Android.

Jul 5, 2014

Qachee is a generic cache system to use specially for Android Apps. It is just a LRU Memory cache with policy expiration and lots of useful methods.

Dec 27, 2014

A simple in memory and persistent Object cache for Android.

Jul 5, 2014

Android-BitmapCache is a specialised cache, for use with Android Bitmap objects.

Jul 5, 2014