- Category:
- android
- Tags:
-
[Java]
[源码]
- File Size:
- 456kb
- Update:
- 2015-10-28
- Downloads:
- 0 Times
- Uploaded by:
- lee
Description: When applying inheritance ContentProvider class, and override methods class is used to provide data and storage of data, it can share its data to other applications. Although the use of other methods may also external shared data, but data access because of the way data is stored and different, such as: the use of papers share of external data, the need for file operations to read and write data use sharedpreferences share data, you need to read sharedpreferences API write data. The benefits of using shared data ContentProvider unified data access method.
To Search:
File list (Check if you may need any files):
ContentProviderDemo1
....................\.classpath
....................\.project
....................\.settings
....................\.........\org.eclipse.jdt.core.prefs
....................\AndroidManifest.xml
....................\assets
....................\gen
....................\...\com
....................\...\...\imooc
....................\...\...\.....\contentproviderdemo1
....................\...\...\.....\....................\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
....................\...\...\.....\contentproviderdemo1
....................\...\...\.....\....................\MainActivity.java
....................\...\...\.....\....................\MyContentProvider.java