More practical examples: Accelerometer for example #381
bit-garden
started this conversation in
General
Replies: 1 comment
-
It is probably easier / recommended to go through the NDK sensor bindings instead: https://developer.android.com/ndk/reference/group/sensor The types are available in |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm currently trying to figure out how to read the accelerometer but am not sure how some of this is supposed to fit.
Java examples show implementing SensorEventListener and then registering it to the SensorManager, but I'm not sure how that's supposed to work.
I have this so far
Beta Was this translation helpful? Give feedback.
All reactions