Android application example of implementing a gyroscope..
GyroscopeExplorer is hosted in the following web site
https://github.com/KEOpenSource/GyroscopeExplorer
If you think the Android project GyroscopeExplorer 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 GyroscopeExplorer.
Item | Value |
---|---|
Java File Count | 12 |
Supported screen sizes | [mdpi, xxhdpi, hdpi, xhdpi] |
Target SDK Version | 21 |
Minimum SDK Version | 9 |
Activity Count | 3 |
jar files used | android-support-v4.jar commons-math3-3.0.jar |
There are 3 image files in GyroscopeExplorer. The names of the image files are listed as follows.
confirm_button_background.png gyroscope_explorer.png ke_icon.png
The following screenshort is generated from the image listed above.
GyroscopeExplorer has the following Java source files.
com.kircherelectronics.gyroscopeexplorer.activity.ConfigActivity.java com.kircherelectronics.gyroscopeexplorer.activity.GyroscopeActivity.java com.kircherelectronics.gyroscopeexplorer.activity.IntroductionActivity.java com.kircherelectronics.gyroscopeexplorer.activity.filter.MeanFilter .java com.kircherelectronics.gyroscopeexplorer.activity.gauge.GaugeBearing.java com.kircherelectronics.gyroscopeexplorer.activity.gauge.GaugeRotation.java com.kircherelectronics.gyroscopeexplorer.activity.gauge.UnitsOfMeasure .java com.kircherelectronics.gyroscopeexplorer.activity.prefs.HintsPreferences .java com.kircherelectronics.gyroscopeexplorer.activity.prefs.PreferenceNames .java com.kircherelectronics.gyroscopeexplorer.activity.utils.Utils .java com.kircherelectronics.gyroscopeexplorer.sensor.FusedGyroscopeSensor.java com.kircherelectronics.gyroscopeexplorer.sensor.listener.FusedGyroscopeSensorListener .java