Skip to content

Ibrahim-Mushtaha/Step_Counter_background_service

Repository files navigation

Step Counter Sample

Sample demonstrating how to set up SensorEventListeners for step detectors and step counters.

Introduction

This sample demonstrates the use of the two step sensors (step detector and counter) and sensor batching.

It shows how to register a SensorEventListener with and without batching and shows how these events are received.

The Step Detector sensor fires an event when a step is detected, while the step counter returns the total number of steps since a listener was first registered for this sensor.

sensors only count steps while a listener is registered. This sample only covers the basic case, where a listener is only registered while the app is running.

gift sample

gif