You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
About
Pets Catalog App from Udacity's Android Basic Course - Data Storage