how to use foursquare API in android application?

前端 未结 4 1670
日久生厌
日久生厌 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: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.

提交回复
热议问题