This app save data of Pets Like Name,age,Breed,Gender and Weight. It is Made using Android components. Content Provider and Content resolver Used. Cursor and CursorLoader Used.This app is part of Udacity android data storage.This app also show's that how to get or query data from only two columns in the table and Display in ListView in Local persistence library or Local Database.
Here we are using Cursor Loader. You can Check this documentation for Loader
- Database Operations use:-
- Insert.
- Update.
- Delete.
- Query
- Android Library Used:-
- SQliteDataBase
- ContentProvider
- ContentResolver
- Cursor
- CursorLoader
- Intent
It also show's you that how to display alertdialog if the user have Click on the EditText View.