文件名称:e_9_2-SharedPreferencesEx02
介绍说明--下载内容均来自于网络,请自行研究使用
Android应用程序退出程序时,存储重要数据到flash中,待下次开机时,可以马上读取到这些数据,比如系统配置信息。-A example for Android app to store important data to flash when app exit.
So if phone restart,app can get these data again for executing.
So if phone restart,app can get these data again for executing.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
e_9_2 SharedPreferencesEx02
...........................\.classpath
...........................\.project
...........................\AndroidManifest.xml
...........................\assets
...........................\bin
...........................\...\classes.dex
...........................\...\com
...........................\...\...\example
...........................\...\...\.......\android
...........................\...\...\.......\.......\preference
...........................\...\...\.......\.......\preference02
...........................\...\...\.......\.......\............\R$attr.class
...........................\...\...\.......\.......\............\R$drawable.class
...........................\...\...\.......\.......\............\R$id.class
...........................\...\...\.......\.......\............\R$layout.class
...........................\...\...\.......\.......\............\R$string.class
...........................\...\...\.......\.......\............\R.class
...........................\...\...\.......\.......\............\SharedPreferencesEx02.class
...........................\...\resources.ap_
...........................\...\SharedPreferencesEx02.apk
...........................\default.properties
...........................\gen
...........................\...\com
...........................\...\...\example
...........................\...\...\.......\android
...........................\...\...\.......\.......\preference
...........................\...\...\.......\.......\preference02
...........................\...\...\.......\.......\............\R.java
...........................\res
...........................\...\drawable-hdpi
...........................\...\.............\icon.png
...........................\...\drawable-ldpi
...........................\...\.............\icon.png
...........................\...\drawable-mdpi
...........................\...\.............\icon.png
...........................\...\layout
...........................\...\......\main.xml
...........................\...\values
...........................\...\......\strings.xml
...........................\src
...........................\...\com
...........................\...\...\example
...........................\...\...\.......\android
...........................\...\...\.......\.......\preference02
...........................\...\...\.......\.......\............\SharedPreferencesEx02.java