how to use foursquare API in android application?

爱⌒轻易说出口 提交于 2019-11-29 07:41:50

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

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

Download the sample application from github.

https://github.com/lorensiuswlt/AndroidFoursquare

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

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.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!