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

2010-06-22 Thread repDetect()
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. And the example in the api sample (the compass) does use a depreciated methods  (with sensorlistener). Nice, I'm glad it's

[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. And the

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

2010-06-21 Thread Ricky
Hi, Thanks for the explanation. It was very useful. I am trying to get 2 variables to store the lat/lon. Can we do that continuously? As in have 3 variables. One each for current azimuth, Lat and lon. What changes would we need to make in the code you provided here? implementing

[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