文件名称:Android-Mobile-security
介绍说明--下载内容均来自于网络,请自行研究使用
在android平台下用于保存数据有三种方式,1、SQLite 2、SharedPreferences 3、File
SharedPreferences是将数据保存在一个xml文件中,并且是以Map的形式保存,一个Key对应一个Value,但获取某一个Key的时候,都会有一个默认值,这个默认值是在xml不存在这个key值的时候使用。
-There are three ways to save data in the android platform, SQLite, SharedPreferences, File SharedPreferences is the data stored in an xml file, and is save the Map in the form of a Key corresponding to a Value, but get one Key when there will be a default value, the default value is xml when the key value does not exist.
SharedPreferences是将数据保存在一个xml文件中,并且是以Map的形式保存,一个Key对应一个Value,但获取某一个Key的时候,都会有一个默认值,这个默认值是在xml不存在这个key值的时候使用。
-There are three ways to save data in the android platform, SQLite, SharedPreferences, File SharedPreferences is the data stored in an xml file, and is save the Map in the form of a Key corresponding to a Value, but get one Key when there will be a default value, the default value is xml when the key value does not exist.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
Android Mobile security.docx