Sample Android project for basic operation for SQLite..
sqlexample is hosted in the following web site
https://github.com/Gebitang/sqlexample
If you think the Android project sqlexample 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 sqlexample.
Item | Value |
---|---|
Java File Count | 5 |
Supported screen sizes | [mdpi, hdpi, xhdpi] |
Target SDK Version | 15 |
Minimum SDK Version | 8 |
Activity Count | 4 |
jar files used | android-support-v4.jar |
There are 3 image files in sqlexample. The names of the image files are listed as follows.
geb.png ic_action_search.png jl.png
The following screenshort is generated from the image listed above.
sqlexample has the following Java source files.
com.example.sqlexample.DatabaseHelper.java com.example.sqlexample.MainActivity.java com.example.sqlexample.NewDataAction.java com.example.sqlexample.NewSQLite.java com.example.sqlexample.NewTable.java