Android Open Source - SQLite ContentProvider androidsqlitebook






Project Summary

Examples from the Android SQlite and ContentProvider Book.

Web Site / Source Repository

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.

Project Detail

The following table is the detailed list of androidsqlitebook.

ItemValue
Java File Count10
Supported screen sizes[mdpi, ldpi, hdpi]
Minimum SDK Version15
Activity Count4
Required Permissionsandroid.permission.READ_CONTACTS




Resource Files

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.

null

Java Source Files

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