Android developer portal with tools, libraries, and apps

Show: All / Free / Paid / Demo

Secure and easy storage for Android.

Hawk uses:

  • AES for the crypto
  • SharedPreferences for the storage
  • Gson

Hawk provides:

  • Secure data persistence
  • Save any type
  • Save list of any type
Feb 20, 2015

Reactive SharedPreferences for Android.

Aug 16, 2015

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

Oct 4, 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

MultiSelectListPreferenceCompat

Backport MultiSelectListPreference class to older android devices.

Originally MultiSelectListPreference was introduced to API level 11 (Honeycomb) and official support package does not include this class. This library introduces compatible class of MultiSelectListPreference.

Jan 27, 2015

Typed Preferences provides classes which allow to store and retrieve settings from the preferences. There is an individual class for each native type:

  • BooleanPreference
  • DoublePreference
  • FloatPreference
  • IntPreference
  • LongPreference
  • StringPreference
Sep 11, 2014

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

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

Kotlin preference via delegates (DataStore, Flow) + DSL for RecyclerView based preference screen.

This allows you to set up preferences and build preference screens based on JetPack DataStore (or any custom storage) elegantly, fast and easily

Mar 24, 2021

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

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

Guru is a handy and powerful library to work with key-value storages in Android.

This library is an efficient and super easy way to use Android Shared Preferences without complexity and supports all of it functionalities.

Jun 30, 2019

A Powerful library to control and simplify the usage of shared preference in Android.

Dec 7, 2018

A library designed to replace default preferences on Android framework with something beauty. Hate the old preference style? Try this lib!

Dec 16, 2018

Android SharedPreference delegation for Kotlin.

Feb 17, 2016

Android processor library for managing SharedPreferences persistence efficiently and structurally.

Nov 26, 2017

Tray - a SharedPreferences replacement for Android.

May 4, 2015

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

Oct 6, 2019

This library provide syncing of SharedPreferences between handheld and wearable.

Feb 8, 2015

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

Mar 13, 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

ShouldSet is an Android library written in Kotlin used to build and menage preferences screens.

Inspired by Telegram X android app material style, specifically by the settings one, it provides a declarative way to add ready-to-use preference items in your views and manage the preference values everywhere in your code.

Jul 20, 2019

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

Feb 6, 2015

A simple way to manage SharedPreferences for Android with Kotlin.

Jun 11, 2020

A beautiful and extensible API for bulding preferences screen

Sep 18, 2020

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

Easy to use Material Desgin Preference UI.

Aug 24, 2016

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

Dec 25, 2016

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

Wrapper for Android SharedPreferences with object serialization and RxJava Observables.

Feb 26, 2015