I am currently working on an android app in which I want to get acceleration along only x-axis. There are some confusions in mind which I want to clear.
- First confusion is regarding the output of accelerometer's x-axis data. Is it the acceleration or the velocity. (Pardon me on bad physics concepts).
- Second confusion is that when I get the isolated reading of x-axis I get a change when phone tilts. I don't want that. I want the reading only when I move the phone horizontally.
- Third problem is that I want to get the speed of phone's movement along x-axis by using above data. Is it possible?
I still doesn't know whether any of above is possible or not. Kindly enlighten me if it is?