This is an Android SQLite API exercise, just for my next step development.
SqLite is hosted in the following web site
https://github.com/Windell/SqLite
If you think the Android project SqLite 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.
Item | Value |
---|---|
Java File Count | 8 |
Minimum SDK Version | 15 |
Activity Count | 1 |
SqLite has the following Java source files.
com.jamdeo.sqlite.DataBaseManager.java com.jamdeo.sqlite.ProgramContentProvider.java com.jamdeo.sqlite.SQLiteTestActivity.java com.jamdeo.sqlite.SimpleSQLiteHelper.java com.jamdeo.sqlite.pojo.Category.java com.jamdeo.sqlite.pojo.CategoryDetail.java com.jamdeo.sqlite.pojo.Channel.java com.jamdeo.sqlite.pojo.Program.java