Unlocking Android - ProviderWidgets
------------------------------------

Android project example that demonstrates
creating a custom ContentProvider. 

This project also explores using a database on the 
Android platform and includes a SQLite database
that is created (via SQLiteOpenHelper) and used to 
store and retrieve data.

