This Android project demonstrates authenticating via foursquare and accessing the foursquare API v2 via oauth2. This project uses a hacked version of https://github.com/jiramot/foursquare-android-sdk..
android-foursquare is hosted in the following web site
https://github.com/matttucker/android-foursquare
If you think the Android project android-foursquare listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
The following table is the detailed list of android-foursquare.
Item | Value |
---|---|
Java File Count | 21 |
Supported screen sizes | [hdpi] |
Target SDK Version | 15 |
Minimum SDK Version | 7 |
Activity Count | 2 |
Required Permissions | android.permission.INTERNET |
There are 1 image files in android-foursquare. The names of the image files are listed as follows.
foursquare_connect.png
The following screenshort is generated from the image listed above.
android-foursquare has the following Java source files.
com.geozen.demo.foursquare.app.Config.java com.geozen.demo.foursquare.app.GeoZenApplication.java com.geozen.demo.foursquare.app.Preferences.java com.geozen.demo.foursquare.error.CredentialsException.java com.geozen.demo.foursquare.error.GeoZenException.java com.geozen.demo.foursquare.jiramot.DialogError.java com.geozen.demo.foursquare.jiramot.Foursquare.java com.geozen.demo.foursquare.jiramot.FoursquareDialog.java com.geozen.demo.foursquare.jiramot.FoursquareError.java com.geozen.demo.foursquare.jiramot.HttpApi.java com.geozen.demo.foursquare.jiramot.Util.java com.geozen.demo.foursquare.main.MainActivity.java com.geozen.demo.foursquare.main.SigninActivity.java com.geozen.demo.foursquare.model.Category.java com.geozen.demo.foursquare.model.Checkin.java com.geozen.demo.foursquare.model.FoursquareType.java com.geozen.demo.foursquare.model.Group.java com.geozen.demo.foursquare.model.Icon.java com.geozen.demo.foursquare.model.Location.java com.geozen.demo.foursquare.model.Venue.java