文件名称:SharedPreferences
介绍说明--下载内容均来自于网络,请自行研究使用
SharePreferences是用来存储一些简单配置信息的一种机制,使用Map数据结构来存储数据,以键值对的方式存储,采用了XML格式将数据存储到设备中。例如保存登录用户的用户名和密码。只能在同一个包内使用,不能在不同的包之间使用,其实也就是说只能在创建它的应用中使用,其他应用无法使用。-SharedPreferences is a mechanism used to store some simple configuration information, use Map data structures to store data stored in key-value pairs, using the XML format to store data to the device. For example save the login user name and password. Only in the same package to use, can not be used between different packages, in fact, means that it can only create applications using other applications can not be used.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
SharedPreferencesDemo01
.......................\.classpath
.......................\.project
.......................\.settings
.......................\.........\org.eclipse.jdt.core.prefs
.......................\AndroidManifest.xml
.......................\assets
.......................\gen
.......................\...\com
.......................\...\...\imooc
.......................\...\...\.....\sharedpreferencesdemo01
.......................\...\...\.....\.......................\BuildConfig.java
.......................\...\...\.....\.......................\R.java
.......................\libs
.......................\....\android-support-v4.jar
.......................\proguard-project.txt
.......................\project.properties
.......................\res
.......................\...\drawable-hdpi
.......................\...\.............\ic_launcher.png
.......................\...\drawable-ldpi
.......................\...\drawable-mdpi
.......................\...\.............\ic_launcher.png
.......................\...\drawable-xhdpi
.......................\...\..............\ic_launcher.png
.......................\...\layout
.......................\...\......\activity_main.xml
.......................\...\menu
.......................\...\....\main.xml
.......................\...\values
.......................\...\......\dimens.xml
.......................\...\......\strings.xml
.......................\...\......\styles.xml
.......................\...\values-sw600dp
.......................\...\..............\dimens.xml
.......................\...\values-sw720dp-land
.......................\...\...................\dimens.xml
.......................\src
.......................\...\com
.......................\...\...\imooc
.......................\...\...\.....\sharedpreferencesdemo01
.......................\...\...\.....\.......................\MainActivity.java