I am working on an application to draw in the air with an android phone.
As my phone is moving, thanks to the acceletometer, i retrieve the acceleration on each axis ax, ay, az. What I am interested in is: x,y,z.
From what I read in forums and in some tutorials, integrating the accelaration twice gives huge errors.
So what is the best solution for me to get information on the deplacement of the phone?
Thanks for your help.