文件名称:Android代码-Simple Android SharedPreferences wrapper
文件大小:72KB
文件格式:ZIP
更新时间:2022-08-26 02:48:34
Android代码
Prefs Simple Android SharedPreferences wrapper. Repository Add this in your root build.gradle file (not your module build.gradle file): allprojects { repositories { ... maven { url "https://jitpack.io" } } } Dependency Add this to your module's build.gradle file (make sure the version matches the JitPack badge above): dependencies { ... compile 'com.github.GrenderG:Prefs:1.3' } Usage This is the basic usage, you can read values (specifying a default value or not
【文件预览】:
Prefs-master
----gradlew(5KB)
----settings.gradle(15B)
----lib()
--------src()
--------.gitignore(7B)
--------lib.iml(9KB)
--------build.gradle(589B)
--------proguard-rules.pro(656B)
----LICENSE(34KB)
----gradle()
--------wrapper()
----README.md(1KB)
----Prefs.iml(936B)
----gradlew.bat(2KB)
----gradle.properties(855B)
----.gitignore(400B)
----build.gradle(614B)