Skip to content

ekospinach/Geolocation-Android-Client

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Geolocation - The Android Client

This is an Android client for the Geolocation service. The client depends on a web service backend written in PHP which is available here. Once the PHP site is up and running in Windows Azure Websites, the Android client will allow users to see their current position and any points tagged near them. In addition, the user can upload new points with associated photos or videos.. This sample was built using Eclipse and the Android SDK.

Below you will find requirements and deployment instructions.

Requirements

  • Eclipse - This sample was built on Eclipse 3.7 though newer versions should work. Get Eclipse here.
  • Android ADT - The ADT plugin for Eclipse was version 20 at build though newer versions should work. Get ADT here.
  • Android SDK - The SDK was at version 20 at build and the app was compiled against API SDK version 15. Get the SDK here.
  • Windows Azure Account - Needed to run the PHP website. Sign up for a free trial.

Additional Resources

#Specifying your site's subdomain. Once you've set up your PHP backend with Windows Azure Websites, you will need to enter your site's subdomain into the source/src/com/msdpe/geodemo/misc/Constants.java file. Replace all of the <your-subdomain> with the subdomain of the site you set up.

public static final String kFindPOIUrl = "http://<Your Subdomain>.azurewebsites.net/api/Location/FindPointsOfInterestWithinRadius";
public static final String kBlobSASUrl = "http://<Your Subdomain>.azurewebsites.net/api/blobsas/get?container=%s&blobname=%s";
public static final String kAddPOIUrl = "http://<Your Subdomain>.azurewebsites.net/api/location/postpointofinterest/";

Contact

For additional questions or feedback, please contact the team.

About

This repo houses an Android client for the geolocation service. It will allow a user to see their current location and points tagged near them as well as adding new points.

Resources

License

Stars

1 star

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Java 100.0%