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.) Historical Places in Ahmedabad
2.) Attraction (Best in Ahmedabad)
3.) Havelis in Ahmedabad
4.) Best Street Food in Ahmedabad
Used ViewPager + Fragments as well as TabLayout to display the content. Also it is powered using Custom Array Adapter.
Check out more Images in AppImages folder.