treehouse / android-location-example

Project files for a blog post about the basics of using location in Android via Google Play Services
MIT License
62 stars 68 forks source link

Android Location Example (with Google Play Services)

This is an example project of how to use Location Services from Google Play Services to find a user's current location and display it on a map. It is built on the "Google Map Activity" template from Android Studio and is featured in a Treehouse blog post about location in Android.

For an alternative way to organize location-related code, please check out the refactored version of this sample project.