Powerful SharedPreferences

Android library with a powerful and easy SharedPreferences wrapper, with support for obfuscation, logs, multiple SharedPreferences files, type safety and callback on changes (optionally with Android LiveData).

License

License

MIT
GroupId

GroupId

io.github.stefanosiano.powerful_libraries
ArtifactId

ArtifactId

sharedpreferences
Last Version

Last Version

1.0.17
Release Date

Release Date

Type

Type

aar
Description

Description

Powerful SharedPreferences
Android library with a powerful and easy SharedPreferences wrapper, with support for obfuscation, logs, multiple SharedPreferences files, type safety and callback on changes (optionally with Android LiveData).
Project URL

Project URL

https://github.com/stefanosiano/PowerfulSharedPreferences
Source Code Management

Source Code Management

https://github.com/stefanosiano/PowerfulSharedPreferences

Download sharedpreferences

How to add to project

<!-- https://jarcasting.com/artifacts/io.github.stefanosiano.powerful_libraries/sharedpreferences/ -->
<dependency>
    <groupId>io.github.stefanosiano.powerful_libraries</groupId>
    <artifactId>sharedpreferences</artifactId>
    <version>1.0.17</version>
    <type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.stefanosiano.powerful_libraries/sharedpreferences/
implementation 'io.github.stefanosiano.powerful_libraries:sharedpreferences:1.0.17'
// https://jarcasting.com/artifacts/io.github.stefanosiano.powerful_libraries/sharedpreferences/
implementation ("io.github.stefanosiano.powerful_libraries:sharedpreferences:1.0.17")
'io.github.stefanosiano.powerful_libraries:sharedpreferences:aar:1.0.17'
<dependency org="io.github.stefanosiano.powerful_libraries" name="sharedpreferences" rev="1.0.17">
  <artifact name="sharedpreferences" type="aar" />
</dependency>
@Grapes(
@Grab(group='io.github.stefanosiano.powerful_libraries', module='sharedpreferences', version='1.0.17')
)
libraryDependencies += "io.github.stefanosiano.powerful_libraries" % "sharedpreferences" % "1.0.17"
[io.github.stefanosiano.powerful_libraries/sharedpreferences "1.0.17"]

Dependencies

compile (2)

Group / Artifact Type Version
org.jetbrains.kotlin : kotlin-stdlib jar 1.4.32
org.jetbrains.kotlinx : kotlinx-coroutines-core jar 1.4.1

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.17
1.0.16
1.0.14