Skip to content

Pets Catalog App from Udacity's Android Basic Course - Data Storage

Notifications You must be signed in to change notification settings

shivamvk/PetsCatalog

Repository files navigation

PetsCatalog

Pets Catalog App from Udacity's Android Basic Course - Data Storage

It uses SQLite to store the data in the local storage and displays the data. It has a proper ContentProvider class. It also uses the proper method to manage data using URI's.