This project is written for the Stutern talk on Persistent Storage in Android
- Run the app on your test device to ensure that all's fine
- Add
address
anddate of birth
fields to the user object - The
date of birth
field should be a Date (using TypeConverter) - Add migrations for this new field
- Run the app and ensure it works
- Do a pull request to master from your branch
- Notify me through your instructor when this is done