======================
This repository contains a set of individual Android Studio projects to help you get started writing Wear OS apps and watch.
Read below for a description of each sample.
-
ComposeStarter (Compose/Kotlin) - Demonstrates simple Compose for Wear OS app devs can use as a starting point for their own Compose app.
-
ComposeAdvanced (Compose/Kotlin) - Demonstrates an advanced Compose for Wear OS app devs can use to learn about the Wear Scaffold, Navigation, ScalingLazyColumn, CurvedText, and more.
-
DataLayer (Compose/Kotlin) - Demonstrates communicating via the data layer between the watch and the phone. Guide
-
DataType - A data type is a representation of health data managed by Health Services. Guide