文件名称:DataStorageDemo
介绍说明--下载内容均来自于网络,请自行研究使用
本例实现了Android环境下实现对设备内部存储、外部存储、缓存存储的访问方法。开发者可以根据需要选择不同的方式进行数据持久化。-This example implements the device under Android environment to achieve internal storage, external storage, cache storage access method. Developers can choose different ways for data persistence needed.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
DataStorageDemo
...............\.classpath
...............\.project
...............\.settings
...............\.........\org.eclipse.jdt.core.prefs
...............\AndroidManifest.xml
...............\assets
...............\bin
...............\...\AndroidManifest.xml
...............\...\DataStorageDemo.apk
...............\...\classes
...............\...\.......\com
...............\...\.......\...\example
...............\...\.......\...\.......\datastoragedemo
...............\...\.......\...\.......\...............\BuildConfig.class
...............\...\.......\...\.......\...............\InternalStorageActivity$1.class
...............\...\.......\...\.......\...............\InternalStorageActivity$2.class
...............\...\.......\...\.......\...............\InternalStorageActivity.class
...............\...\.......\...\.......\...............\MainActivity.class
...............\...\.......\...\.......\...............\R$attr.class
...............\...\.......\...\.......\...............\R$dimen.class
...............\...\.......\...\.......\...............\R$drawable.class
...............\...\.......\...\.......\...............\R$id.class
...............\...\.......\...\.......\...............\R$layout.class
...............\...\.......\...\.......\...............\R$menu.class
...............\...\.......\...\.......\...............\R$string.class
...............\...\.......\...\.......\...............\R$style.class
...............\...\.......\...\.......\...............\R.class
...............\...\.......\...\.......\...............\SharedPreferencesActivity$1.class
...............\...\.......\...\.......\...............\SharedPreferencesActivity$2.class
...............\...\.......\...\.......\...............\SharedPreferencesActivity.class
...............\...\.......\...\.......\internal
...............\...\.......\...\.......\........\MyInternalStorage.class
...............\...\.......\...\.......\........\MyInternalTest.class
...............\...\.......\...\.......\shared
...............\...\.......\...\.......\......\MySharedPreferences.class
...............\...\.......\...\.......\......\MySharedTest.class
...............\...\classes.dex
...............\...\dexedLibs
...............\...\.........\android-support-v4-8b104489f82997ff1b5622d1cf44aae6.jar
...............\...\jarlist.cache
...............\...\res
...............\...\...\drawable-hdpi
...............\...\...\.............\ic_launcher.png
...............\...\...\drawable-mdpi
...............\...\...\.............\ic_launcher.png
...............\...\...\drawable-xhdpi
...............\...\...\..............\ic_launcher.png
...............\...\...\drawable-xxhdpi
...............\...\...\...............\ic_launcher.png
...............\...\resources.ap_
...............\gen
...............\...\com
...............\...\...\example
...............\...\...\.......\datastoragedemo
...............\...\...\.......\...............\BuildConfig.java
...............\...\...\.......\...............\R.java
...............\ic_launcher-web.png
...............\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
...............\...\drawable-xxhdpi
...............\...\...............\ic_launcher.png
...............\...\layout
...............\...\......\activity_internalstorage.xml
...............\...\......\activity_main.xml
...............\...\......\activity_sharedpreferences.xml
...............\...\menu
...............\...\....\main.xml
...............\...\values
...............\...\......\dimens.xml
...............\...\......\strings.xml
...............\...\......\styles.xml
...............\...\values-sw600dp
...............\...\..............\dimens.xml
...............\...\values-sw720dp-land
..............