This application has the basics of a CRUD operation in SQLite Android.
ToDoListWithDB is hosted in the following web site
https://github.com/Siolabs-Android/ToDoListWithDB
If you think the Android project ToDoListWithDB 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 ToDoListWithDB.
Item | Value |
---|---|
Java File Count | 5 |
Target SDK Version | 19 |
Minimum SDK Version | 15 |
Activity Count | 2 |
jar files used | android-support-v4.jar |
ToDoListWithDB has the following Java source files.
com.siolabs.android.sqlite.Item.java com.siolabs.android.sqlite.ItemsDAO.java com.siolabs.android.sqlite.MySQLiteHelper.java com.siolabs.todolistwithdb.Details.java com.siolabs.todolistwithdb.MainActivity.java