Basically, I am trying to scroll through a HorizontalScrollView
using the native Accelerometer
Y-axis measurements.
It is working in some senses, need to fine tune quite a few things but the scroll view does move from start to finish with just shaking left and right keeping the tablet in a constant plane.
However, I can do this all by tilting the device too, I don't want this to be the case, I want the HorizontalScrollView
to move solely with shaking in the positive and negative directions of the Y plane.
Is is very affected by this tilting motion, I thought rotation was measured by a gyroscope and the Accelerometer measurement acceleration of a device in a certain plane?
It is early days and I have a few ideas but I was wondering if anyone has come across this before?
Cheers.