I've got an idea to create some Android application which would be something like "polish driver assistant". It reads the device's built-in gyroscope/accelerometer and GPS sensors and processes it into a colorful "road quality" map. Works very well (Galaxy Note II) but it's still just a prototype..
GyroGraph is hosted in the following web site
https://github.com/rsahserious/GyroGraph
If you think the Android project GyroGraph 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 GyroGraph.
Item | Value |
---|---|
Java File Count | 6 |
Target SDK Version | 17 |
Minimum SDK Version | 8 |
Activity Count | 2 |
Fragment Count | 1 |
jar files used | android-support-v4.jar |
Required Permissions | android.permission.ACCESS_COARSE_LOCATION android.permission.ACCESS_FINE_LOCATION android.permission.ACCESS_NETWORK_STATE android.permission.ACCESS_WIFI_STATE android.permission.INTERNET android.permission.READ_EXTERNAL_STORAGE android.permission.WRITE_EXTERNAL_STORAGE com.google.android.providers.gsf.permission.READ_GSERVICES |
Raw File Names | res\raw\update_beep.wav |
GyroGraph has the following Java source files.
com.serious.gyrograph.GPSLocation.java com.serious.gyrograph.GPSMap.java com.serious.gyrograph.GraphView.java com.serious.gyrograph.GyroGraph.java com.serious.gyrograph.RecBrowserDialog.java com.serious.gyrograph.StreetData .java