Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 983 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 983 Bytes

immedia-foursquare-assessment

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.

functionality

The focus of this test is to provide a slick, functional client--side web app that provides the following:

  1. A page listing locations
  2. A page listing images for a location
  3. A page with details for a specific image

foursquare API

The Foursquare API keys are specified in the 'placessearch.properties' file.

Enjoy!