A library for interfacing with the Foursquare API with Java. Uses GSON to serialize the responses into POJOs..
FoursquareLib is hosted in the following web site
https://github.com/Nemisis/FoursquareLib
If you think the Android project FoursquareLib 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 FoursquareLib.
Item | Value |
---|---|
Java File Count | 17 |
Target SDK Version | 17 |
Minimum SDK Version | 8 |
Activity Count | 0 |
jar files used | android-support-v4.jar gson-2.2.4.jar |
FoursquareLib has the following Java source files.
com.asa.lib.foursquare.FsBaseItem.java com.asa.lib.foursquare.FsCategory.java com.asa.lib.foursquare.FsExploreGroup.java com.asa.lib.foursquare.FsLocation.java com.asa.lib.foursquare.FsMeta.java com.asa.lib.foursquare.FsNameable.java com.asa.lib.foursquare.FsNotification.java com.asa.lib.foursquare.FsPhoto.java com.asa.lib.foursquare.FsSpecial.java com.asa.lib.foursquare.FsTip.java com.asa.lib.foursquare.FsUser.java com.asa.lib.foursquare.FsVenue.java com.asa.lib.foursquare.gson.responses.BaseResponseItem.java com.asa.lib.foursquare.gson.responses.ExploreResponse.java com.asa.lib.foursquare.gson.responses.FsKeyword.java com.asa.lib.foursquare.gson.responses.SearchResponse.java com.asa.lib.foursquare.gson.responses.VenueResponse.java