https://github.com/yingding/wear-os-examples
this repository comprises some example code for wear so by google to bootstrap wear os app development
https://github.com/yingding/wear-os-examples
Last synced: about 2 months ago
JSON representation
this repository comprises some example code for wear so by google to bootstrap wear os app development
- Host: GitHub
- URL: https://github.com/yingding/wear-os-examples
- Owner: yingding
- License: apache-2.0
- Created: 2021-11-14T14:43:12.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-04-03T18:28:51.000Z (over 3 years ago)
- Last Synced: 2025-11-15T04:22:54.187Z (8 months ago)
- Language: Kotlin
- Size: 1.39 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# About this repository
This repository comprises code examples for Wear OS By Google to bootstrap Wear OS 3 app development.
## Examples
* Analog WatchFace Basic without UserStyle Configuration (Kotlin)
* Analog WatchFace Advanced with UserStyle Configuration (Kotlin)
* Wear Compose Navigation Example (Kotlin)
* Wear Compose Basic Example (Kotlin)
* Wear Compose Simple List Example (Kotlin)
* Wear OS 3 ComplicationDataSourceService Example (Kotlin)
* Java Watchface examples (deprecated)