This app displays a list of pets and their related data that the user inputs.
- Android SDK v24
- Android Build Tools v23.0.3
- Android Support Repository v24.1.1
This sample uses the Gradle build system. To build this project, use the "gradlew build" command or use "Import Project" in Android Studio.
- To build this project, use the "gradlew build" command or use "Import Project" in Android Studio.
- Pets App is a Pet Data Storage app.
- It stores User Pet Data in the SQLite database.
- The apps performs all the CRUD operations on the data.
- The apps also allows multiple delete options.
- The app also makes use of Content Providers for data sharing and security add ons over user data.
- The user can add dummy data for reference purposes.
- The app also uses CursorLoader Class for efficient use of resources.