I'm new to android.I'm developing an app in which I'm trying to find north direction of my device anyone who can solve my problem it would be great full.thanks in advance..
Asked
Active
Viewed 946 times
2 Answers
1
The example given in Android's API demos actually uses deprecated API's. The answer & following comments to this question were very useful to me, as it gives example code using non-deprecated funcionts: How to get Android compass reading?
example code can be found here: http://www.netmite.com/android/mydroid/cupcake/development/samples/Compass/src/com/example/android/compass/CompassActivity.java