Simple Data Persistence app.
In this app you can see these :
Taking photos and storing it as a thumbnail in database.
Loader Api with CursorLoader which it uses another thread to query data.
Simple SqliteDatabase table and schema creation.
SQLiteOpenHelper usage.
A good example with Content Providers which is very important for Android Framework.
And lastly a basic CursorAdapter with ListView.
I hope it can help you :).