Is there a way to get daily step count in Tizen Wearable 4.0 - web (html + css + js)?
I'm making a Tizen Watch Face and I want to show it
Is there a way to get daily step count in Tizen Wearable 4.0 - web (html + css + js)?
I'm making a Tizen Watch Face and I want to show it
I think the best option for your need is to use setAccumulativePedometerListener. It get data from SHealth and will be invoked when new accumulative pedometer data will be available. This listener collect's data when display is turned off.