Android Open Source - GPS file gpssampler






Project Summary

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..

Web Site / Source Repository

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.

Project Detail

The following table is the detailed list of gpssampler.

ItemValue
Java File Count6
Target SDK Version16
Minimum SDK Version7
Activity Count1
jar files usedandroid-support-v4.jar
Required Permissionsandroid.permission.ACCESS_FINE_LOCATION
android.permission.WRITE_EXTERNAL_STORAGE




Java Source Files

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