• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

clinometer

I am not new in android development I have to just develop this module,need help how to complete this task

Your app will rely heavily on the Android gyroscope sensor API. If you're looking for information/examples, hopefully the following links will help to get you started:

https://developer.android.com/guide/topics/sensors/sensors_motion
https://gist.github.com/sunmeat/de1be188e756e95997bacd9af6a96a99
https://www.vogella.com/tutorials/AndroidSensor/article.html


This question on SO also has a bunch of useful looking links

https://stackoverflow.com/questions/5774496/android-gyroscope-examples

I'd start this project by constructing a simple prototype, which accesses the gyroscope, and receives data from it.
 
Back
Top Bottom