Android developer portal with tools, libraries, and apps

Show: All / Free / Paid / Demo

PrefCompat is a wrapper over the SharedPreference class in Android. It supports storing objects other than the standard primitives while decreasing the boiler plate code.

Jan 10, 2016

Android - MaterialPreference

  • A simple backward-compatible implementation of a Material Design Preference aka settings item
  • XML layouts are taken from Android Platform Framework Base

Feb 3, 2015

A easy way of using Android SharedPreferences.

Oct 28, 2015

The Sweetest way into saving and loading to SharedPreferences.

Jan 31, 2017

Shade can reduce code related to SharedPreferences operation efficiently using annotation processing.

Dec 26, 2016

Secure Preference Manager is a simple library which helps you to protect your Shared Preferences.

Nov 8, 2015

RxJava SharedPreferences for Android, lightweight and extendable.

Dec 16, 2015

A simple library to work with SharedPreferences.

Jul 31, 2016

SharedPreferenceInspector provides a simple way to see shared preferences and edit them for test. No need to pull shared preferences. Just some simple clicks to see the values stored. Also with test mode to change the values and check the behavior of the app.

Jan 29, 2015

Android SharedPreferences wrapper and injector (based on Dart).

Jul 8, 2015

Android Library to handle SharedPreferences boilerplate code and other tools.

Sep 11, 2015

Convenient stashing of simple data formats on Android with SharedPreferences

Oct 17, 2015

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

Jul 5, 2014

Android annotation based SharedPreferences wrapper with fluent interface.

Jan 28, 2016

Easy way to handle shared preferences.

Aug 31, 2015

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

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

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

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

SimplePrefs is an Android library that helps working with SharedPreferences.

Jun 29, 2015

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

May 18, 2015

PrettySharedPreferences is a lightweight library for help you deal with SharedPreferences more easy and reduce most of boilplace code.

Features:

  • Easy to use
  • Reduce a lot of boilerplate code
Nov 14, 2014

A cache lib for SharedPreferences.

Jul 16, 2015

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

May 12, 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

An easier way to use and consolidate preference in your Android project.

It's best to set up a way to ensure only one instance of each preference will be available in your application. This can best be done by using Dagger, but can also be done with an overridden Application class.

Oct 16, 2014

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

Jul 5, 2014