Demonstrates Compose with the Wear optimized Scaffold, Navigation, curved text, and more!
Compose for Wear OS app that demonstrates how to use Wear specific Scaffold, Navigation, curved text, Chips, and many other composables.
Displays different text at the bottom of the landing screen depending on shape of the device (round vs. square/rectangular).
Only use the debug builds (launching from within Android Studio) with the emulator.
Measure performance only with your release builds, and never measure your debug builds. Run with R8 optimisation and minification turned on.
This sample uses the Gradle build system. To build this project, use the "gradlew build" command or use "Import Project" in Android Studio.
Have a feature request for Compose for Wear OS?
- Submit it to our team.
Want to discuss Compose for Wear OS with us?
- Join the Slack #compose-wear channel and let us know what you think of Compose for Wear OS.
General questions
- https://stackoverflow.com/questions/tagged/wear-os
- https://stackoverflow.com/questions/tagged/android
If you've found an error in this sample, please file an issue: https://github.com/android/wear-os-samples/issues/new
Patches are encouraged, and may be submitted by forking this project and submitting a pull request through GitHub. Please see CONTRIBUTING.md for more details.