Skip to content

Latest commit

 

History

History
39 lines (29 loc) · 1.67 KB

README.md

File metadata and controls

39 lines (29 loc) · 1.67 KB

Tour Guide App Project

An Android application that presents all the popular attractions of the city of Fort Collins, categorized as Activities, Restaurants, Breweries, Bars/Nightlife. Splash screen presents all the categories vertically and the attractions horizontally, i.e., user could access all the information using swipe gestures from the splash screen itself.

User could click on “Show All” in the splash screen to see all the attractions from the category in a vertical list. User could also click on an attraction to view a brief description about the attraction. Further, an user can also view the location of the attraction on Google Maps, simply by clicking on the "Show in Map" button.

Specs

  • Developed a Nested RecyclerView with Section Headers to build splash screen UI
  • Used CardView to present attractions as Cards
  • Used ViewPager to facilitate swipe navigation to subsequent attraction while in details screen
  • Used ConstrainLayout to build the base UI for splash screen and details screen (landscape)
  • Written in Java 8 with Lambdas

Tools

  • Gradle 4.4
  • Android Gradle Plugin 3.1.3
  • Support Library 27.1.1
  • Android API 27
  • Android Build Tools 27

Screenshots

Demo