Skip to content

narukashu/Travel_Jaipur

Repository files navigation

Travel_Jaipur

##This is a app which represent the travelling places in jaipur.

Udacity and Google India Scholarship Program

Android Basics Nanodegree Project 5 "Tour Guide App"

Name of App - "Travel_Jaipur"

PROJECT SPECIFICATION

  1. App contains at least 4 lists of relevant attractions for a location
  2. User navigates between lists in Fragments using either a Navigation Drawer or a ViewPager plus TabLayout.
  3. Each list item contains information about an event, restaurant, historical site, or similar.
  4. At least one list includes pictures of the location.
  5. App contains a custom object for storing location information .
  6. App uses a custom adapter to populate the layout with views based on instances of the custom class.
  7. All strings are stored in the strings.xml resource file.
  8. All images are stored as drawables. All drawables are stored at multiple densities.
  9. Code is easily readable so that a fellow programmer can understand the purpose of the app.
  10. All variables, methods, and resource IDs are descriptively named so that another developer reading the code can easily understand their function.

This app features four things:
1.) City Overview Places in Jaipur
2.) Restaurent (Best in Jaipur)
3.) Lodges in Jaipur
4.)Historical Places in Jaipur

Used ViewPager + Fragments as well as TabLayout to display the content. Also it is powered using Custom Array Adapter.

Travel_Jaipur App Images