Android Open Source - SQLite Sample android-sqlite-sample






Project Summary

Simple use of SQLite database for beginners.

Web Site / Source Repository

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.

Project Detail

The following table is the detailed list of android-sqlite-sample.

ItemValue
Java File Count6
Supported screen sizes[ldpi, mdpi, hdpi, xhdpi]
Target SDK Version14
Minimum SDK Version14
Activity Count3
jar files usedandroid-support-v4.jar




Resource Files

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.

null

Java Source Files

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