An android app to sample GPS readings for 2 modes. Appends a mode label to GPS traces and writes them to .csv file. Current date is used as filename. The GPS is sampled at the fastest rate allowed by the android system..
gpssampler is hosted in the following web site
https://github.com/vlator/gpssampler
If you think the Android project gpssampler 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 gpssampler.
Item | Value |
---|---|
Java File Count | 6 |
Target SDK Version | 16 |
Minimum SDK Version | 7 |
Activity Count | 1 |
jar files used | android-support-v4.jar |
Required Permissions | android.permission.ACCESS_FINE_LOCATION android.permission.WRITE_EXTERNAL_STORAGE |
gpssampler has the following Java source files.
com.pels.mobilitychallenge.MainActivity.java com.pels.mobilitychallenge.SamplingService.java com.pels.mobilitychallenge.common.DebugLogger.java com.pels.mobilitychallenge.common.Session.java com.pels.mobilitychallenge.common.Utilities.java