Android developer portal with tools, libraries, and apps

Show: All / Free / Paid / Demo

A live shared preferences library for Android.

Jul 25, 2019
Advertisement

Android Library to handle SharedPreferences boilerplate code and other tools.

Sep 11, 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

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

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

This class simplifies calls to SharedPreferences in a line of code. It can also do more like: saving a list of strings, integers and saving images.

Jun 29, 2016

Android annotation based SharedPreferences wrapper with fluent interface.

Jan 28, 2016

Android library to handle POJO as shared Preferences easily.

Mar 6, 2019

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

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

An Android library to simplify reading and writing to SharedPreferences, never write code like this anymore prefs.edit().putString("someKey","someString").apply()

Why Bulldog?

  • Avoid boilerplate, error prone code, improve productivity.
  • Write less code, avoid bugs.
  • Easily organize your preferences.
Oct 25, 2018

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

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

Feb 3, 2019

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

CryptoPrefs is the new cutting edge Andorid library for storing encrypted preferences securely and keeping them apart from indiscrete user's eyesights.

Your keys and values are encrypted using AES/CBC/PKCS5Padding algorithm and wrapped up using standard Base64 encoding. This library focus is put on reliability, security, lightness and speed.

Jun 23, 2018

Dolly is a library that combines 2 types of sharedPreferences in one place:

  • SharedPreferences - regular shared preferences
  • EncryptedSharedPreferences - AES256 encrypted key:value shared preferences
Nov 10, 2020

Easy way to put and get data and Object for the shared preferences in Android.

Nov 2, 2016

Easy way to handle shared preferences.

Aug 31, 2015

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

Feb 6, 2015

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

May 10, 2018

EasyPrefs is a wrapper on the android shared preferences, also it will need only one-time initialization and used in the whole project without context, it supports encryption and decryption with extended APIs.

Sep 30, 2020

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

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

Jun 10, 2017

EasySharedPreferences is a powerful library to work with key-value storages in Android.

Jul 4, 2019

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

Sep 4, 2016

Easy SharedPreference Engine foR ANDROid.

Sep 11, 2015

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

A easy way of using Android SharedPreferences.

Oct 28, 2015

An Android (kotlin & java) library to store any kind of data structures, using SharePreferenced.

Oct 4, 2018

GoodPrefs is an Android library for easy access to Android Shared Preferences.

Oct 31, 2018