Android diary example to explore the SQLite.
DBexample is hosted in the following web site
https://github.com/yulu/DBexample
If you think the Android project DBexample 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 DBexample.
Item | Value |
---|---|
Java File Count | 7 |
Target SDK Version | 17 |
Minimum SDK Version | 8 |
Activity Count | 4 |
jar files used | android-support-v4.jar |
DBexample has the following Java source files.
com.example.dbexample.Constants.java com.example.dbexample.Diary.java com.example.dbexample.DisplayDiaries.java com.example.dbexample.MainActivity.java com.example.dbexample.MyDB.java com.example.dbexample.MyDBhelper.java com.example.dbexample.MyPreferences.java