Partner Assignment: Saving pet information
You are designing an Android app for a pet groomer.
Allow the groomer to enter information about the dog:
- Weight
- Breed
- Name
- Special instructions
Here is an easy way to save the data using Gson:
https://stackoverflow.com/questions/7145606/how-android-sharedpreferences-save-store-object
https://github.com/google/gson
Allow the groomer to view all the information about the data entered.
The design is up to you!
Work with a partner and make it VERY beautiful. We will show it during class next week.