[android-developers] looking for accelerometer example code using non-deprecated apis

2010-01-12 Thread OldSkoolMark
Unfortunately, Sensors.java in the apidemos (even the latest ones) uses deprecated apis. Can anyone point me to an example using current apis? -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to

Re: [android-developers] looking for accelerometer example code using non-deprecated apis

2010-01-12 Thread Mark Murphy
OldSkoolMark wrote: Unfortunately, Sensors.java in the apidemos (even the latest ones) uses deprecated apis. Can anyone point me to an example using current apis? Here are three: http://github.com/commonsguy/cw-advandroid/tree/master/Sensor/ -- Mark Murphy (a Commons Guy)

[android-developers] Looking for Accelerometer Example

2009-01-23 Thread kwilliaa
Where can I find a simple example application that uses the Accelerometer Sensor? I've seen the Open Intents applications, but I'd rather use the raw Android API, at least until I understand it a little better. I'm surprised at the lack of documentation. thanks.