Android developer portal with tools, libraries, and apps

Show: All / Free / Paid / Demo

A cache lib for SharedPreferences.

Jul 16, 2015

Android SharedPreferences wrapper and injector (based on Dart).

Jul 8, 2015

SimplePrefs is an Android library that helps working with SharedPreferences.

Jun 29, 2015

Library for securing your SharedPreferences information.

Jun 27, 2015

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

May 18, 2015

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

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

Tray - a SharedPreferences replacement for Android.

May 4, 2015

Android library for streamlining SharedPreferences.

May 2, 2015

A preferences framework for Android Wear apps. Equivalent to Android's PreferenceActivity, but for Android Wear.

Mar 12, 2015

Wrapper for Android SharedPreferences with object serialization and RxJava Observables.

Feb 26, 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

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

Secure and easy storage for Android.

Hawk uses:

  • AES for the crypto
  • SharedPreferences for the storage
  • Gson

Hawk provides:

  • Secure data persistence
  • Save any type
  • Save list of any type
Feb 20, 2015

This library provide syncing of SharedPreferences between handheld and wearable.

Feb 8, 2015

A small library containing a wrapper/helper for the shared preferences of Android.

Feb 6, 2015

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
Advertisement

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

MultiSelectListPreferenceCompat

Backport MultiSelectListPreference class to older android devices.

Originally MultiSelectListPreference was introduced to API level 11 (Honeycomb) and official support package does not include this class. This library introduces compatible class of MultiSelectListPreference.

Jan 27, 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

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

Wrapper for Android Preferences which provides a fluid syntax.

Example:

Prefs.with(context).save(key, value);

Sep 22, 2014

Typed Preferences provides classes which allow to store and retrieve settings from the preferences. There is an individual class for each native type:

  • BooleanPreference
  • DoublePreference
  • FloatPreference
  • IntPreference
  • LongPreference
  • StringPreference
Sep 11, 2014

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

Jul 5, 2014

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

Jul 5, 2014

This is Android Shared preference wrapper that encrypts the keys and values of Shared Preferences using 256-bit AES. The key is stored in the perferences and so can be read and extracted by root user. Keys and values are encrypted and base64 encooded before storing into prefs.

Jul 5, 2014

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