TourGuideApp
No description available
Install / Use
/learn @theAKBhub/TourGuideAppREADME
Tour Guide App
Created as part of Udacity's Android Basics by Google Nanodegree Program
Project Overview
The goal was to create a tour guide app which presents relevant information about a city (e.g. attractions, hotels, restaurants) using multiple fragments. I used 4 cities for the purpose of this app - London, Paris, Rome and New York. For a city picked by the user, the app presents relevant information in 5 different fragments:
- 1st fragment displays key information about the city including local time (displayed as a digital clock) and 5-day weather forecast (using OpenWeather API).
- 2nd fragment displays list of popular landmarks.
- 3rd fragment displays list of popular tours.
- 4th fragment displays list of some hotels.
- 5th fragment displays list of some popular restaurants.
Screenshots
<img src="https://user-images.githubusercontent.com/22053146/29135069-cf85ed76-7d30-11e7-801a-4a5725359555.png" data-canonical-src="https://user-images.githubusercontent.com/22053146/29135069-cf85ed76-7d30-11e7-801a-4a5725359555.png" width="440" height="727" /> <img src="https://user-images.githubusercontent.com/22053146/29135082-de895da8-7d30-11e7-88a6-cbb2cf1e9ce5.png" data-canonical-src="https://user-images.githubusercontent.com/22053146/29135082-de895da8-7d30-11e7-88a6-cbb2cf1e9ce5.png" width="440" height="727" />
<img src="https://user-images.githubusercontent.com/22053146/29135095-edf2e5fc-7d30-11e7-9284-8d5545ca8a24.png" data-canonical-src="https://user-images.githubusercontent.com/22053146/29135095-edf2e5fc-7d30-11e7-9284-8d5545ca8a24.png" width="440" height="727" /> <img src="https://user-images.githubusercontent.com/22053146/29135114-fb3ac52c-7d30-11e7-8ebd-81c4cb77cca2.png" data-canonical-src="https://user-images.githubusercontent.com/22053146/29135114-fb3ac52c-7d30-11e7-8ebd-81c4cb77cca2.png" width="440" height="727" />
