Android developer portal with tools, libraries, and apps

Show: All / Free / Paid / Demo

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

Apr 19, 2018

FastSave is An Android library for fast and easy access to Android Shared preferences. It allows you to save any type or list in the SharedPreferences and retrieve it in convenient way.

Apr 3, 2018

EasySettings is a library to help you add and maintain settings (AKA preferences) to your Android app. This library is designed to be as similar as possible to the "standard" way of creating and maintaining settings but much easier to implement and includes some extra features.

Available Settings (Quick Overview)

  1. BasicSettingsObject
  2. CheckBoxSettingsObject
  3. SwitchSettingsObject
  4. HeaderSettingsObject
  5. SeekBarSettingsObject
  6. EditTextSettingsDialog
  7. ListSettingsDialog (can be single-choice or multi-choice)
Apr 2, 2018

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

Stash allows you to store custom objects and arrrayLists in SharedPreference just like you store string and int.

Mar 13, 2018

Android Secure SharedPreferences Using Facebook Conceal Encryption.

Mar 12, 2018

SharedPreferenceStore simplifies access to the SharedPreferences by mapping entries to self-contained DAO objects. It supports optional AES encryption.

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

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

Dec 24, 2017

Android processor library for managing SharedPreferences persistence efficiently and structurally.

Nov 26, 2017

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

Kotlin delegates for Android Shared Preferences.

Oct 3, 2017

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

A small Shared Preference library for Android.

Jul 24, 2017

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

Jul 8, 2017

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

Jul 1, 2017

Rapidly fast implementation of SharedPreferences which stores each preference in files separately, performs disk IO via NIO with memory mapped byte buffers and works IPC (between processes).

Jun 25, 2017
Advertisement

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

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

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

Mar 28, 2017

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

CipherSharedPrefs implements SharedPreferences with encryption layer and some new features.

How it works

When you put value to CipherSharedPreferences it is transformed to String and encrypted by provided ICipherHolder object, encrypted string is saved to SharedPreferences delegate.

Mar 26, 2017

A simple library that provides an AES encrypted version of the Android shared preferences.

Mar 5, 2017

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

Feb 15, 2017

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

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

This Android library let's you edit your application SharedPreferences from the device itself.

Dec 25, 2016

A library to abstract out the preference implementation for Tablets and Phones. It presents a single list of all the preferences on the phone and the usual two pane layout on tablets.

Dec 4, 2016