Hi all
I'm working on an Android program for my research.
It needs to find out the angle while user using my mobile phone.
The angle here is like a rotation angle of entire mobile phone, not the widgets in layout.
I've tried keyword "angle" on http://developer.android.com/reference/packages.html
And I found a method "onSensorChanged" under public interface SensorListener
But the description there is too hard to me to understand :Q
Is it the function I want?