Android-sensors tag unites questions that are connected with different hardware sensors that are embedded into Android devices (barometer, accelerometer, magnetometer, microphone, camera and so on)
On an Android Cupcake (1.5) enabled device, how do I check and activate the GPS?
android gps android-sensors android-1.5-cupcakeThe Google Fit app, when installed, measures the duration you are walking or running, and also the number of steps …
android gps accelerometer android-sensors google-fitI want TextViews to display the sensors readings in a Fragment. When trying to initialize the SensorManager the getSystemServices is …
android android-fragments android-sensorsIn the manual on the page 19 there is an info on temperature sensor in S5. Temperature and Humidity sensor allows …
android android-sensors galaxy temperatureWhat is the difference between gravity and acceleration sensors in Android? From my point of view the physical value is …
android accelerometer android-sensors gravityI am just a beginner in the application development industry. I know the accelerometer can be used to return the …
android accelerometer android-sensorsI was using Sensor.TYPE_ORIENTATION to determine current angle of device but TYPE_ORIENTATION is deprecated on API version 8. …
android orientation sensors android-sensors sensormanagerPossible Duplicate: Android accelerometer accuracy (Inertial navigation) I am using the following code to calculate the distance. tnew and anew …
android accelerometer android-sensorsI have a sensor manager that returns a rotationMatrix based on the devices Magnetometer and Accelerometer. I have been trying …
android android-sensors rotational-matricesmy android application shows the direction of a particular place in the world and therefore in needs to get the …
android orientation compass-geolocation android-sensors