Simple use of SQLite database for beginners.
android-sqlite-sample is hosted in the following web site
https://github.com/Andriantomanga/android-sqlite-sample
If you think the Android project android-sqlite-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.
The following table is the detailed list of android-sqlite-sample.
Item | Value |
---|---|
Java File Count | 6 |
Supported screen sizes | [ldpi, mdpi, hdpi, xhdpi] |
Target SDK Version | 14 |
Minimum SDK Version | 14 |
Activity Count | 3 |
jar files used | android-support-v4.jar |
There are 1 image files in android-sqlite-sample. The names of the image files are listed as follows.
menu_icon.png
The following screenshort is generated from the image listed above.
android-sqlite-sample has the following Java source files.
com.contactmg.ListContactActivity.java com.contactmg.MainActivity.java com.contactmg.NewContactActivity.java com.contactmg.dao.ContactDAO.java com.contactmg.entities.Contact.java com.contactmg.util.DBHelper.java