Android Open Source - SQLite ContentProvider android-db-poc






Project Summary

Trying out Android Best Practices for ContentProvider, SQLite access, CursorLoader etc..

Web Site / Source Repository

android-db-poc is hosted in the following web site
https://github.com/svenjacobs/android-db-poc

If you think the Android project android-db-poc 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-db-poc.

ItemValue
Java File Count5
Activity Count1

Java Source Files

android-db-poc has the following Java source files.

com.svenjacobs.androiddbpoc.client.MainActivity.java
com.svenjacobs.androiddbpoc.client.RandomDataGenerator.java
com.svenjacobs.androiddbpoc.common.SampleContract.java
com.svenjacobs.androiddbpoc.service.SampleContentProvider.java
com.svenjacobs.androiddbpoc.service.SampleDataOpenHelper.java