#### Functional > In order to run and hot reload the app either on emulator or device, follow the [instructions](https://docs.flutter.dev/get-started/test-drive?tab=androidstudio#run-the-app) ###### Does the app run without crashing? ###### Does the app have `TabBar`? ###### Does the app show google maps on the `Map` screen? ###### Does the app show the list of favorite places on the `Favorite Places` screen? ###### Does the app show the list of favorite places after closing and reopening the app? ###### Can you delete a favorite place from your list? ###### If the favorite place is deleted, does the app remove it from the map? ###### Does the app contain an information page on the `InfoPage` screen? ###### Does the map show markers at your favorite places? ###### When the map is tapped, the dialog window shows the `title/name` of the place? ###### Does the app have a button to return to current location? ###### Does the return to current location button take you to your current location? ###### Does the app have a searchbar on the `Map` screen? ###### Does the app show a list of suggestions when you tap the searchbar? ##### Tap an item in the searchbar suggestion list. ###### Does the map navigates to the tapped place? ###### Does the app work both on android and ios?