Skip to content

Latest commit

 

History

History
 
 

ComposeAdvanced

Compose for Wear OS Advanced Sample

Demonstrates Compose with the Wear optimized Scaffold, Navigation, curved text, and more!

Introduction

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).

Debug and Release Builds

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.

Screenshots

Landing Page Round Screenshot

Landing Page Round Screenshot

Watch List Round Screenshot

Watch Details Round Screenshot

Dialogs Menu Round Screenshot

Alert Round Screenshot

UI Components Menu Round Screenshot

Date Picker Round Screenshot

Time Picker Round Screenshot

Time Picker 24 hour Round Screenshot

Map Round Screenshot

Slider Round Screenshot

Stepper Round Screenshot

Square Screenshot

Square Screenshot

Square Screenshot

Getting Started

This sample uses the Gradle build system. To build this project, use the "gradlew build" command or use "Import Project" in Android Studio.

Support

Have a feature request for Compose for Wear OS?

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

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.