Android Open Source - Example sample android-content-provider-sample






Project Summary

Simple ContentProvider demo.

Web Site / Source Repository

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.

Project Detail

The following table is the detailed list of android-content-provider-sample.

ItemValue
Java File Count15
Supported screen sizes[mdpi, xxhdpi, hdpi, xhdpi]
Activity Count1
Fragment Count3
Required Permissionsandroid.permission.AUTHENTICATE_ACCOUNTS
android.permission.INTERNET
android.permission.READ_SYNC_SETTINGS
android.permission.WRITE_SYNC_SETTINGS




Resource Files

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.

null

Java Source Files

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