How to use foursquare api in android app?

I want to use the foursquare API in my android app. In my application, I want to find a nearby place.

Could you show me how to start?

+4
source share
4 answers

Check out the Foursquare developer page. They have an API that you can use.

here: http://developer.foursquare.com/

+4
source

Download the sample application from github.

https://github.com/lorensiuswlt/AndroidFoursquare

+2
source

You can watch this project on github. You can study with him as a library. Currently, only some methods are supported from the library.

https://github.com/condesales/easyFoursquare4Android

+1
source

Here is my work on FourSquare on Android with Google Maps V2 integration: https://github.com/azfaarks/Android-Foursquare/

You need to register on Quarterly and change CLIENT_ID and CLIENT_SECRET in the .MainActivity file and change the APIKEY in the manifest before starting work.

0
source

Source: https://habr.com/ru/post/1336420/


All Articles