Simple ContentProvider demo.
android-content-provider-sample is hosted in the following web site
https://github.com/hunex91/android-content-provider-sample
If you think the Android project android-content-provider-sample listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
The following table is the detailed list of android-content-provider-sample.
Item | Value |
---|---|
Java File Count | 15 |
Supported screen sizes | [mdpi, xxhdpi, hdpi, xhdpi] |
Activity Count | 1 |
Fragment Count | 3 |
Required Permissions | android.permission.AUTHENTICATE_ACCOUNTS android.permission.INTERNET android.permission.READ_SYNC_SETTINGS android.permission.WRITE_SYNC_SETTINGS |
There are 2 image files in android-content-provider-sample. The names of the image files are listed as follows.
drawer_shadow.9.png ic_drawer.png
The following screenshort is generated from the image listed above.
android-content-provider-sample has the following Java source files.
com.hunex.contentprovidersample.ApplicationTest.java com.hunex.contentprovidersample.MainActivity.java com.hunex.contentprovidersample.NavigationDrawerFragment.java com.hunex.contentprovidersample.data.ChatContentProvider.java com.hunex.contentprovidersample.data.DB.java com.hunex.contentprovidersample.data.DatabaseHelper.java com.hunex.contentprovidersample.data.Table_users.java com.hunex.contentprovidersample.dialogs.ManageUserDialog.java com.hunex.contentprovidersample.fragments.UserFragment.java com.hunex.contentprovidersample.fragments.dummy.DummyContent.java com.hunex.contentprovidersample.pojo.User.java com.hunex.contentprovidersample.sync.Authenticator.java com.hunex.contentprovidersample.sync.AuthenticatorService.java com.hunex.contentprovidersample.sync.SyncAdapter.java com.hunex.contentprovidersample.sync.SyncService.java