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?
Check out the Foursquare page for developers. They are having an API which you can use.
Download the sample application from github.
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.
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.
来源:https://stackoverflow.com/questions/4755708/how-to-use-foursquare-api-in-android-application