Files
rk35xx-android14/development/samples/browseable/BatchStepSensor/_index.jd
T
hmz007 36ed224bac Rockchip Anroid14_SDK 20240628-rkr5 (2556df1a)
Signed-off-by: hmz007 <hmz007@gmail.com>
Change-Id: Ib87fdbe7a0be7dc961af3500fe9ea4589a127f9f
2024-10-29 18:12:02 +08:00

22 lines
1.0 KiB
Plaintext

page.tags="BatchStepSensor"
sample.group=Sensors
@jd:body
<p>
<p>This sample demonstrates the use of the two step sensors (step detector and counter) and
sensor batching.</p>
<p>It shows how to register a SensorEventListener with and without
batching and shows how these events are received.</p>
<p>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.
Both 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. Likewise,
batched sensors can be used in the background (when the CPU is suspended), which
requires manually flushing the sensor event queue before it overflows, which is not
covered in this sample.</p>
</p>