Android developer portal with tools, libraries, and apps

Show: All / Free / Paid / Demo

Use SimpleSharedPreferences to avoid unnecessary code while writing and fetching from SharedPreferences.

Jul 5, 2014

Preferences Editor makes it easy to add, edit, remove keys from shared preferences files.

It defines a BroadcastReceiver that will make changes to your shared preferences based on received actions and data.

Dec 30, 2015

A SharedPreferences injection library for Android. Using annotation processing, this library makes it easy to load SharedPreferences values and listen for changes.

Feb 20, 2015

An in-memory data store backed by shared preferences, for Android.

May 18, 2015

SharP wraps your SharedPreferences into a clean, type-safe Java interface. It uses annotation processing to generate the boilerplate code for you.

Sep 14, 2015

SimplePrefs is an Android library that helps working with SharedPreferences.

Jun 29, 2015

Session is a easy to use Persistence Library which save datas into SharedPreference.

May 12, 2015

A cache lib for SharedPreferences.

Jul 16, 2015

Complex Preferences is a component to android that allows the developers put objects and complex objects in SharedPreferences. Gson (Google Json Library) is used internally to persist objects.

Jul 5, 2014

UnifiedPreference is a library for working with all versions of the Android Preference package from API v4 and up.

Jul 5, 2014

Useful library for caching.

Jul 26, 2019

EasySharedPreferences is a powerful library to work with key-value storages in Android.

Jul 4, 2019

A super lightweight Android library to work with preferences.

Oct 30, 2018

Android library for displaying data based on JSON configuration fetched from server. With this library, you can kiss goodbye to string.xml, dimen.xml, arrays.xml.

Keep all your string / integer / array config in one file. The library will automatically fetch the data from the url you provide.

Sep 16, 2018

Armadillo is an shared preferences implementation encrypting it's content. It should be easy to achieve a fairly high level security while still be able to control most aspects.

Features:

  • No-Nonse State-of-the-Art Crypto: Authenticated Encryption with AES-GCM, key derivation functions Bcrypt and HKDF
  • Flexible: Tons of nobs and switches while having sane defaults
  • Modular: use your own implementation of symmetric cipher, key stretching, data obfuscation, etc.
  • Lightweight: No massive dependencies required like BouncyCastle or Facebook Conceal
Jan 4, 2018

A simple library to make the use of Android's SharedPreferences easier while keeping it type safe. This library was designed to be used with a Dependency Injection Framework like Dagger 2 and Lombok for boilerplate code generation in mind. If you have never used one of those tools I highly recommend looking into them before you start building your app.

Aug 28, 2017

Remove boilerplate code for using SharePreference to persist app's config data.

Jun 13, 2017
Advertisement

Android library makes using Shared Preference easier.

Features:

  • Support RxJava 2
  • Encrypt Data
  • Support Iterable
  • Build on top of repository design pattern
Feb 3, 2017

Tiamat is an Android library generates Reactive SharedPreferences code.

Sep 22, 2016

Reactive preferences abstraction.

Apr 3, 2016

Group of Preference, just like the Preference of original Android.

Mar 21, 2016

Android annotation based SharedPreferences wrapper with fluent interface.

Jan 28, 2016

Preferences Manager is an Open Source application that allows you to seamlessly edit application's preferences.

Dec 15, 2015

Easy SharedPreference Engine foR ANDROid.

Sep 11, 2015

Android SharedPreferences wrapper and injector (based on Dart).

Jul 8, 2015

This little tool generates wrappers for your SharedPreferences, so you can benefit from compile time verification and code completion in your IDE. You also get nice singletons for free.

May 6, 2015

WearPrefs allows you to easily sync SharedPreferences files between an Android app and a paired Android Wear app. Useful for creating settings that apply across devices.

Feb 20, 2015