Android Open Source - SQLite database tryNativeAndroidDb






Project Summary

native android db via cursor,sqlite,content provider.

Web Site / Source Repository

tryNativeAndroidDb is hosted in the following web site
https://github.com/esh1n/tryNativeAndroidDb

If you think the Android project tryNativeAndroidDb 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 tryNativeAndroidDb.

ItemValue
Java File Count7
Target SDK Version19
Minimum SDK Version15
Activity Count2
jar files usedandroid-support-v4.jar




Java Source Files

tryNativeAndroidDb has the following Java source files.

com.eshqn.nativedbexample.activity.TodoDetailActivity.java
com.eshqn.nativedbexample.activity.TodosOverviewActivity.java
com.eshqn.nativedbexample.adapter.CustomCursorAdapter.java
com.eshqn.nativedbexample.contentprovider.MyTodoContentProvider.java
com.eshqn.nativedbexample.db.AstrologTable.java
com.eshqn.nativedbexample.db.TodoDatabaseHelper.java
com.eshqn.nativedbexample.db.TodoTable.java