Android 4.4 Step Detector and Counter

hvkale picture hvkale · Dec 4, 2013 · Viewed 42.9k times · Source

Is there any documentation around Android 4.4 KitKat's (well specifically Nexus 5 for now) step detector and counter APIs? I tried to search a lot but did not find anything.

I am planning to try my hands on these new concepts and want to use the API but there's nothing around it on the Internet.

Answer

Rejinderi picture Rejinderi · Dec 4, 2013

I found an example for you, hope it helps in someway, the sensor explanation on the API page is pretty straight forward too..

API Page: http://developer.android.com/about/versions/android-4.4.html#UserInput

Blog Post: http://theelfismike.wordpress.com/2013/11/10/android-4-4-kitkat-step-detector-code/ Github Project referenced in the blog: https://github.com/theelfismike/android-step-counter