how to use foursquare API in android application?

前端 未结 4 1669
日久生厌
日久生厌 2020-12-18 07:40

I want to use foursquare API in my android application. In my app I want to fetch nearby place.

Could you please show me how to start?

相关标签:
4条回答
  • 2020-12-18 08:30

    You can take a look at this project on github. You can learn from it ou use as a library. For now, only some methods are supported from the library.

    https://github.com/condesales/easyFoursquare4Android

    0 讨论(0)
  • 2020-12-18 08:34

    Check out the Foursquare page for developers. They are having an API which you can use.

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

    0 讨论(0)
  • 2020-12-18 08:35

    Download the sample application from github.

    https://github.com/lorensiuswlt/AndroidFoursquare

    0 讨论(0)
  • 2020-12-18 08:42

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

    You need to register on foursquare and change CLIENT_ID & CLIENT_SECRET in .MainActivity file and change APIKEY in manifest before getting started.

    0 讨论(0)
提交回复
热议问题