##This is a app which represent the travelling places in jaipur.
PROJECT SPECIFICATION
- 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.
- All strings are stored in the strings.xml resource file.
- All images are stored as drawables. All drawables are stored at multiple densities.
- Code is easily readable so that a fellow programmer can understand the purpose of the app.
- 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.