项目作者: codermahadi

项目描述 :
If you don't need to store a lot of data and it doesn't require structure, you should use SharedPreferences. The SharedPreferences APIs allow you to read and write persistent key-value pairs of primitive data types: booleans, floats, ints, longs, and strings. The key-value pairs are written to XML files that persist across user sessions, even if your app is killed. You can manually specify a name for the file or use per-activity files to save your data.
高级语言: Java
项目地址: git://github.com/codermahadi/Shared-preferences.git
创建时间: 2018-03-12T05:12:26Z
项目社区:https://github.com/codermahadi/Shared-preferences

开源协议:

下载