February 2016
Beginner to intermediate
500 pages
187h 36m
English
This app consists of nine classes in two packages. Due to the size of this app we overview the classes and their purposes here.
This package contains the three classes that define this app’s SQLite database access:
DatabaseDescription (Section 9.6)—This class contains public static fields that are used with the app’s ContentProvider and ContentResolver. The nested Contact class defines static fields for the name of a database table, the Uri used to access that table via the ContentProvider and the names of the database table’s columns, and a static method for creating a Uri that references a specific contact in the database.
AddressBookDatabaseHelper (Section 9.7
Read now
Unlock full access