Alternate project files for a blog post about the basics of using location in Android via Google Play Services.
android-location-example-refactored is hosted in the following web site
https://github.com/treehouse/android-location-example-refactored
If you think the Android project android-location-example-refactored 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-location-example-refactored.
Item | Value |
---|---|
Java File Count | 3 |
Activity Count | 1 |
Fragment Count | 1 |
Required Permissions | android.permission.ACCESS_COARSE_LOCATION android.permission.ACCESS_FINE_LOCATION android.permission.ACCESS_NETWORK_STATE android.permission.INTERNET android.permission.WRITE_EXTERNAL_STORAGE com.google.android.providers.gsf.permission.READ_GSERVICES |
android-location-example-refactored has the following Java source files.
teamtreehouse.com.iamhere.ApplicationTest.java teamtreehouse.com.iamhere.LocationProvider.java teamtreehouse.com.iamhere.MapsActivity.java