Examples from the Android SQlite and ContentProvider Book.
androidsqlitebook is hosted in the following web site
https://github.com/vogella/androidsqlitebook
If you think the Android project androidsqlitebook 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 androidsqlitebook.
Item | Value |
---|---|
Java File Count | 10 |
Supported screen sizes | [mdpi, ldpi, hdpi] |
Minimum SDK Version | 15 |
Activity Count | 4 |
Required Permissions | android.permission.READ_CONTACTS |
There are 3 image files in androidsqlitebook. The names of the image files are listed as follows.
reminder.png todo.png urgent.png
The following screenshort is generated from the image listed above.
androidsqlitebook has the following Java source files.
de.vogella.android.contentprovider.ContactsView.java de.vogella.android.sqlite.first.Comment.java de.vogella.android.sqlite.first.CommentsDataSource.java de.vogella.android.sqlite.first.MySQLiteHelper.java de.vogella.android.sqlite.first.TestDatabaseActivity.java de.vogella.android.todos.TodoDetailActivity.java de.vogella.android.todos.TodosOverviewActivity.java de.vogella.android.todos.contentprovider.MyTodoContentProvider.java de.vogella.android.todos.database.TodoDatabaseHelper.java de.vogella.android.todos.database.TodoTable.java