This is a simple example of ContentProvider which uses SQLiteOpenHelper to create a database.
1. Define a Database Contract.
It contains the following information about a Database.
(1) Authority
(2) Table names
(3) column names of each Table
(4) content Uri