[android-beginners] Re: How to (properly) get device orientation data?

2010-06-17 Thread lawrizy
Hi, I wanna thank you very much for your explanation. The official documentation was very difficult to understand. And the example in the api sample (the compass) does use a depreciated methods (with sensorlistener). I don't understand what does remapCoordinateSystem and his parameters, could

[android-beginners] Re: Your feedback on Samples/Tutorials/Articles

2010-06-18 Thread lawrizy
Hi, In your following example: /resources/samples/ApiDemos/src/com/example/ android/apis/graphics/Compass.html your example code doesn't follow the recommendation of your documentation (about using getOrientation(), getRotationMatrix and remapCoordinateSystem). And it will be useful, if you give

[android-beginners] Re: How to (properly) get device orientation data?

2010-06-22 Thread lawrizy
Thank you for your answer. I will try on a device. On 22 juin, 11:17, repDetect() n6mba50...@gmail.com wrote: On Jun 17, 11:56 am, lawrizy lawr...@gmail.com wrote: Hi, I wanna thank you very much for your explanation. The official documentation was very difficult to understand