Android uses sensor to implement different sensors

There are different types of sensors. The following are the light, acceleration and wind direction sensors I listed. When testing different sensors, we need simultaneous interpreting the sensorManager.registerListener (myListner, sensorOri, sensorManager.SENSOR_DELAY_UI) of onResume in the sensor management.

The second parameter is changed to the corresponding sensor. In this DEM, I added a compass picture as an example:

activity_ main.xml

The commented out parts of Java code are all sensor tests.

MainActivity.java

The above is the whole content of this article. I hope it will be helpful to your study, and I hope you can support programming tips.

The content of this article comes from the network collection of netizens. It is used as a learning reference. The copyright belongs to the original author.
THE END
分享
二维码
< <上一篇
下一篇>>