Is there any other Cadence API for Wear OS?
I'm trying to calculate running cadence and display the information on the UI, but I have no idea how to do it.
I found val RUNNING_STEPS: DeltaDataType<Long,IntervalDataPoint<Long>>
is it can use in real time ?
- The Google Fit API does not suit me.
- I tried to write an algorithm using the accelerometer but failed.