Skip to content

An abstract wrapper on SharedPreferences which provides versioning, migration, thread safety and caching.

Notifications You must be signed in to change notification settings

javidesmaeeli/DroidPref

Repository files navigation

Download

DroidPref

An abstract wrapper on SharedPreferences which provides versioning, migration, thread safety and caching.

Add DroidPref to project

You need to make sure you have the JCenter repository included in the build.gradle file in the root of your project:

repositories {
    ...
    jcenter()
}

Next add a dependency in the build.gradle file of your app module.

implementation 'org.esmaeeli.droid:pref:1.x.x'

About

An abstract wrapper on SharedPreferences which provides versioning, migration, thread safety and caching.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages