[android-developers] Re: Step Counter in Android KitKat

2016-10-04 Thread Naman Arora
here is the demo app - package com.example.developer.stepcounter; import android.app.Activity; import android.content.Context; import android.hardware.*; import android.os.Bundle; import android.util.Log; import android.widget.TextView; import android.widget.Toast; public class CounterActivity

[android-developers] Step Counter in Android KitKat

2016-10-04 Thread Naman Arora
Some Android devices works step counter and step detector properly but not all android devices, does it is based on gyroscope or accelerometer sensor or both. my phone have accelerometer sensor but step counter app will not work.Thank you all for help! -- You received this message because