Open this project in Android Studio. Ensure that Gradle 4.4 is installed on your machine.
A client--side web app. This web app display photos from Foursquare.
You search for places around a location and display the photos found for these locations. You can either search by venue name or location type like 'restaurants', 'hotels'.
Searching for a venue, brings up 'suggested keywords' and selecting one or executing an explicit search displays a list of results. The results can also be displayed on a map view by clicking on the 'map' floating action button at the bottom of the search results screen.
The focus of this test is to provide a slick, functional client--side web app that provides the following:
- A page listing locations
- A page listing images for a location
- A page with details for a specific image
The Foursquare API keys are specified in the 'placessearch.properties' file.
Enjoy!