/TourGuideApp

Multi-Screen Apps - Tour Guide App

Primary LanguageJava

Multi-Screen Apps

Tour Guide App

Description:

Create an app to guide a user around a city or location It presents relevant information to a user who’s visiting your city.

Requirements:

  • App contains at least 4 lists of relevant attractions for a location
  • User navigates between lists in Fragments using either a Navigation Drawer or a ViewPager plus TabLayout.
    • Each list item contains information about an event, restaurant, historical site, or similar.
    • At least one list includes pictures of the location.
    • App contains a custom object for storing location information
    • App uses a custom adapter to populate the layout with views based on instances of the custom class