Android app that logs the location updates using the new Fused Location Provider introduced by Google. The user can enter the parameters for location updates, and then TURN ON Location updates.
FusedLocation-Logger is hosted in the following web site
https://github.com/aeroditya21/FusedLocation-Logger
If you think the Android project FusedLocation-Logger 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 FusedLocation-Logger.
Item | Value |
---|---|
Java File Count | 3 |
Target SDK Version | 14 |
Minimum SDK Version | 10 |
Activity Count | 1 |
jar files used | android-support-v4.jar |
Required Permissions | android.permission.ACCESS_COARSE_LOCATION android.permission.ACCESS_FINE_LOCATION android.permission.WRITE_EXTERNAL_STORAGE |
FusedLocation-Logger has the following Java source files.
com.aeroditya.fusedlocation.LocationService.java com.aeroditya.fusedlocation.Log2File.java com.aeroditya.fusedlocation.MainActivity.java