Skip to content

ycagri/Challenge

Repository files navigation

Challenge

Challenge is an Android application simply displays 50 closest Foursquare venues using user location.

Contents

This application is implemented using Master-Detail flow design. It also requests location permission from user. If permission is denied, user can't see any venues.

Application simply demonstrates the closest venues in the master screen. Photos of venue and location on the map is displayed in the detail flow. User may also see direction tips in Google Maps application using button on down-right which become visible after tapping on marker. Moreover, some Espresso test can be found in test package.

How to run a sample

  1. Open Android Studio and launch the Android SDK manager from it (Tools | Android | SDK Manager)
  2. Check that these two components are installed and updated to the latest version. Install or upgrade them if necessary.
    1. Android SDK Platform Tools
    2. Android Support Library
    3. Google Play Services
    4. Google Repository
  3. Return to Android Studio and select Import Project
  4. Select the Challenge directory
  5. Select "Import from existing model - Gradle"

Support

Challenge is written by Yigit Cagri Akkaya. Feel free to pester me to fix anything that's broken!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages