Android developer portal with tools, libraries, and apps

Show: All / Free / Paid / Demo

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
Advertisement

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

Reactive SharedPreferences for Android.

Aug 16, 2015

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

Dec 15, 2015

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

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

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 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

Easy SharedPreference Engine foR ANDROid.

Sep 11, 2015

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

Oct 6, 2019

Android SharedPreference delegation for Kotlin.

Feb 17, 2016

Android processor library for managing SharedPreferences persistence efficiently and structurally.

Nov 26, 2017

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

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 simple way to manage SharedPreferences for Android with Kotlin.

Jun 11, 2020

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

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

A beautiful and extensible API for bulding preferences screen

Sep 18, 2020

Group of Preference, just like the Preference of original Android.

Mar 21, 2016

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

Oct 4, 2018

Tray - a SharedPreferences replacement for Android.

May 4, 2015

Easy to use Material Desgin Preference UI.

Aug 24, 2016

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
Advertisement

Useful library for caching.

Jul 26, 2019

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