Friday, September 25, 2015

App a Day 9: OneTable using ContentProvider

https://github.com/victorman/OneTableAndroid/tree/provider



Classes Used: ContentProvider, Uri.

Once again, refactoring the very first day's app. this time using a ContentProvider. The way I understand it a ContentProvider is an added layer of abstraction onto the app's persistent storage. So the rest of my app has no clue that SQLite is the underlying database. A big help in this one was the Sunshine app from Udacity's Android course.

No comments:

Post a Comment