A lite version of the official National Park Service app that uses the API Documentation from NPS.gov to build a similar application with an entirely different User Interface.
RESTful API with Volley and JSON, Google Maps API, Picasso, ViewPager, CardView, RecyclerView.
- Utilized developer API documentation of NPS.gov with Volley library to retrieve JSON data of 420+ national parks of USA.
- Converted the link of park images in JSON data with Picasso library and displayed all the images through horizontal scrolling using Viewpager.
- Implemented Google Maps API to demonstrate the location of 420+ parks based on their distinct states.