AdvancedPreferences

Improve shared preferences

License

License

GroupId

GroupId

com.raxdenstudios
ArtifactId

ArtifactId

preferences
Last Version

Last Version

1.15.0
Release Date

Release Date

Type

Type

aar
Description

Description

AdvancedPreferences
Improve shared preferences
Project URL

Project URL

https://github.com/raxden/android-preferences
Source Code Management

Source Code Management

https://github.com/raxden/android-preferences/tree/master

Download preferences

How to add to project

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

Dependencies

compile (2)

Group / Artifact Type Version
androidx.preference » preference-ktx jar 1.1.1
com.google.code.gson : gson jar 2.8.6

runtime (2)

Group / Artifact Type Version
org.jetbrains.kotlin : kotlin-stdlib-jdk8 jar 1.4.10
androidx.core » core-ktx jar 1.3.2

Project Modules

There are no modules declared in this project.

Android Preferences

codecov Maven Central

Android Preferences is a component to android that allow the developers put objects in SharedPreferences using Google Json Library. Works on Android 4.1 (API level 16) and upwards.

Getting started

Setting up the dependency

The first step is to include Android Preferences into your project, for example, as a Gradle compile dependency:

implementation "com.raxdenstudios.preferences:x.y.z"

(Please replace x, y and z with the latest version numbers: Maven Central)

LICENSE

Copyright 2015 Ángel Gómez

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

    http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

Versions

Version
1.15.0
1.14.0
1.13.0
1.12.0
1.11.0
0.1.8
0.1.7
0.1.5
0.0.12
0.0.9
0.0.5
0.0.1