Android developer portal with tools, libraries, and apps

Show: All / Free / Paid / Demo

Preference subclass that goes into your PreferenceFragment.

Nov 7, 2015

Kotlin Android Library, that makes preference usage simple and fun.

Mar 28, 2017

Spot (SharedPreferences Object Transformer) is Android object-data mapper for SharedPreferences.

Main features are as below:

  • No reflection: All repository classes will be generated by annotation processing.
  • POJO support: Entity classes do not need to inherit base class.
Apr 2, 2016

UniversalPreferences is simple Android library that allows you to use Shared Preferences in an easy way.

Oct 2, 2016

EasyPrefs makes shared preference so much easier to use throughout the entire app with just a few lines of code!

May 10, 2018

Makes it easy to create a beautiful preference screen for your app. Generates an Activity or Fragment.

Jul 14, 2018

An Android library that lets you implement MaterialPreferences on Setting UI.

Apr 19, 2018

A tiny pin to reduce boilerplate codes in PreferenceFragment by using field and method binding.

  • Remove 'findPreference' by using @BindPref.
  • Remove 'setOnPreferenceClickListener' by using @OnPrefClick.
  • Remove 'setOnPreferenceChangeListener' by using @OnPrefChange.
Nov 7, 2017

Wrapper for Android Preferences which provides a fluid syntax.

Example:

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

Sep 22, 2014

Android library for streamlining SharedPreferences.

May 2, 2015

An easy to use SharedPreference library. You can read/write any object to SharedPreference easily with few lines of code.

Jun 10, 2017

Kotlin delegates for Android Shared Preferences.

Oct 3, 2017

The android library that is used to manage the preferences.

Apr 15, 2016

A set of RxJava2 Extensions to get/set values of SharedPreferences in a super simple way.

Jul 8, 2017

An Android Library to securely read and write encrypted values to your SharedPreferences.

Sep 4, 2016

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

Mar 12, 2015

R2D2 Android uses Android Keystore to store passwords and other sensitive information for different API versions in an encrypted form.

Jul 1, 2017

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 Kotlin library for reactive and boilerplate-free Shared Preferences in Android. With KPreferences you can use Kotlin's marvelous delegate concept to easily use Android's Shared Preferences. Features:

  • Boilerplate-free: Use SharedPreferences properties with one line and without edit, apply or ... boilerplate codes
  • Reactive: Use observables to listen for SharedPreferences changes without any memory leak
  • Custom types: You are not limited to a set of limited types that can be saved to the SharedPreferences .
Mar 27, 2017

A easy way of using Android SharedPreferences.

Oct 28, 2015

Save your Gson object to Android Shared Preferences*

Imagine you have plenty of static data in JSON, and you have to save it to application state. Then this lib is suitable for you.

See Wiki for full docs : https://github.com/hynra/GSON-SharedPreferences/wiki

Apr 19, 2017

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

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

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

Easy way to handle shared preferences.

Aug 31, 2015