Android developer portal with tools, libraries, and apps

Show: All / Free / Paid / Demo

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

Mar 28, 2017

Android processor library for managing SharedPreferences persistence efficiently and structurally.

Nov 26, 2017

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

Preferences Manager is an Open Source application that allows you to seamlessly edit application's preferences.

Dec 15, 2015

The android library that is used to manage the preferences.

Apr 15, 2016

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

Dec 24, 2017

Preffy is a library that wraps over Android's native EncryptedSharedPreferences class and gives you a clean and simple API to store the key value pairs. Both keys and values are encrypted, thus adding a security layer to protect your data.

Apr 12, 2020

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

Simple Android SharedPreferences wrapper.

May 10, 2016

Kotlin delegates for Android Shared Preferences.

Oct 3, 2017

Wrapper for Android SharedPreferences with object serialization and RxJava Observables.

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

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

Jul 1, 2017

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

May 18, 2015

Reactive SharedPreferences for Android.

Aug 16, 2015

RxJava SharedPreferences for Android, lightweight and extendable.

Dec 16, 2015

Android SharedPreferences wrapper and injector (based on Dart).

Jul 8, 2015

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

Nov 8, 2015

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

Mar 5, 2017

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

Library for securing your SharedPreferences information.

Jun 27, 2015

A SharedPreferences wrapper for Android that encrypts the content with 256 bit AES encryption. The Encryption key is securely stored in device's KeyStore. You can also use the EncryptionManager to encrypt/decrypt data out of the box.

Aug 26, 2016

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

May 12, 2015

A small Shared Preference library for Android.

Jul 24, 2017

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

Dec 26, 2016

Android Secure SharedPreferences Using Facebook Conceal Encryption.

Mar 12, 2018

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

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

Feb 25, 2018
Advertisement

Save and load objects from SharedPreferences in a faster and simpler way with Kotlin Extensions.

Oct 6, 2019