native android db via cursor,sqlite,content provider.
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.
The following table is the detailed list of tryNativeAndroidDb.
Item | Value |
---|---|
Java File Count | 7 |
Target SDK Version | 19 |
Minimum SDK Version | 15 |
Activity Count | 2 |
jar files used | android-support-v4.jar |
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