Tour guide app which presents relevant information to a user who’s visiting your city. Project which comes under Udacity Android Basics Nanodegree Program
I will be making your own multi-screen Android app to share your knowledge about a city you are very familiar with. The goal is to create a tour guide app which presents relevant information to a user who’s visiting your city. The app can list top attractions, restaurants, public places, or events for the city. It can contain all the best known secrets that only locals know.
This project is about combining various ideas and skills we’ve been practicing throughout the course. They include:
- Planning your app design and navigation before coding.
- Selecting proper data structures to store lists of information.
- Building layouts to display those lists of data.
- Navigating between those lists using intents and multiple Activities or a ViewPager.
- Creating your own custom classes.
- Properly handling images or audio (if applicable).
Screen 1 | Screen 2 |
---|---|
Screen 3 | Screen 4 |
---|---|
You can download the apk here TourGuideApp