Initial WIP on Wear OS tile app

This commit is contained in:
2021-09-07 07:23:54 -04:00
parent 017c972d90
commit b98a2afd66
24 changed files with 1060 additions and 0 deletions

9
WearOS/README.md Normal file
View File

@@ -0,0 +1,9 @@
Wear OS Tile API Code Lab Repository
======================================
The Wear OS Tiles provide easy access to the information and actions users need in order to get
things done.
This repository is to be used in conjunction with the [Wear OS Tile API Code Lab](https://developer.android.com/codelabs/wear-tiles)
to teach developers how to create a Tile.
To learn more about Tiles, check out [Tile guide](https://developer.android.com/training/articles/wear-tiles).