This repository contains a set of individual Android Studio projects to help you get started writing Health Services apps on Wear OS.
Read below for a description of each sample.
PassiveData
Demonstrates receiving background data updates from Health Services using
PassiveMonitoringClient
.
PassiveGoals
Demonstrates receiving goal notifications in the background from Health
Services using PassiveMonitoringClient
.
MeasureData
Demonstrates receiving receiving rapid data updates in the foreground using
MeasureClient
.
ExerciseSample
Demonstrates managing an exercise experience using the ExerciseClient
API.