Please tell me is there any way to inte开发者_StackOverflow社区grate Foursquare in android. Can you give me some idea or link to integrate Foursquare in android?
Please help.
This project is another good starting point: https://github.com/jiramot/foursquare-android-sdk
What u need is follow documentation at https://developer.foursquare.com/ You need to make use of JSON and OAuth2 libraries for Android to help you do it faster.
For JSON use Android default and OAuth2 u can look here https://bitbucket.org/smartproject/oauth-2.0/wiki/Home
In addition to making API requests to the Foursquare API, you can have your app open the Foursquare app itself by publishing one of the Intents listed on this page
Or try this Application.
精彩评论