Android developer portal with tools, libraries, and apps

Show: All / Free / Paid / Demo

Android library to handle POJO as shared Preferences easily.

Mar 6, 2019

Easily change theme, background colors, text colors, icon tint colors, custom drawables, NavigationView item colors, TabLayout colors and more...

Feb 3, 2019
Advertisement

A super lightweight Android library to work with preferences.

Oct 30, 2018

This library will simplify usage of SharePreferences in your projects. Let's setup and enjoy!

Dec 24, 2017

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

TypedValue is a tiny library project to simplify access to SharedPreferences, Bundle or any other key-value storage with it's own KeyValueDelegate.

Apr 1, 2018

Preference subclass that goes into your PreferenceFragment.

Nov 7, 2015

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

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

Mar 28, 2017

Very easy to use wrapper library for Android SharePreferences.

Nov 15, 2015

Reactive preferences abstraction.

Apr 3, 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 makes using Shared Preference easier.

Features:

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

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

Jun 13, 2017

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

Android library for streamlining SharedPreferences.

May 2, 2015

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

Jul 8, 2017

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

Tiamat is an Android library generates Reactive SharedPreferences code.

Sep 22, 2016

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

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

Sep 4, 2016

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