Answer the following questions:
1. What does it mean to say that data is 'persistent'?
Answer
The saying that the data is “persistent” means that the data that is stored in TinyDB will continue to exist when the app is closed then opened again. It is stored in the app’s database.
2. What's the difference, in terms of where data is located, for data stored in a global variable vs. data stored in a database?
Answer
The difference between where data is stored in global variable vs in a database is that data stored in the global variable is stored in the RAM whereas data stored in a database is stored on the harddrive of the device.
3. Include screenshots and explanations of your enhancements.
This enhancement allows the user to delete locations off of the destinations list. When they select the Delete Locations list picker, they can choose which location they want to remove from the list when they are prompted.
This enhancement allows the user to add locations to the destinations list. When the user clicks and holds on the map, they are prompted to enter the name of whatever location they were holding at and that location is saved in tiny db, so when you close the app the added locations will persist.