Android代码 SharedPreferences实用工具类可直接保存与读取实例对象SharedPreferences中的ORM
一个SharedPreferences工具类 在工程根目录build.gradle添加jitpack: allprojects { repositories { maven { url "https://jitpack.io" } } } 在使用AnyPref的模块中添加: dependencies { compile 'com.github.NashLegend:AnyPref:1.2.6' } 在应用的Application的onCreate()中添加如下代码(主要是为了省却后面要传入Context参数的麻烦) AnyPref.init(t
文件列表
Android代码-SharedPreferences实用工具类,可直接保存与读取实例对象,SharedPreferences中的ORM.zip
(预估有个46文件)
AnyPref-master
.gitignore
66B
gradle
wrapper
gradle-wrapper.jar
52KB
gradle-wrapper.properties
233B
README.md
4KB
build.gradle
481B
library
.gitignore
7B
暂无评论