An example of working with SQLite in Android.
SQLite_Example is hosted in the following web site
https://github.com/craigisakson/SQLite_Example
If you think the Android project SQLite_Example 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 SQLite_Example.
Item | Value |
---|---|
Java File Count | 4 |
Minimum SDK Version | 8 |
Activity Count | 2 |
SQLite_Example has the following Java source files.
com.runninghusky.spacetracker.sqlite.example.DataHelper.java com.runninghusky.spacetracker.sqlite.example.EditActivity.java com.runninghusky.spacetracker.sqlite.example.Item.java com.runninghusky.spacetracker.sqlite.example.StartActivity.java