Jetpack Compose library
Wear Material Compose
"Wear Material Compose" is a library by Google that integrates Material Design principles with Jetpack Compose for developing intuitive and visually cohesive user interfaces on Wear OS devices. It provides components and layouts optimized for small screens, enhancing usability and aesthetic consistency in wearable applications.
Installation
dependencies {
implementation("androidx.wear.compose:compose-material:1.5.0-alpha04")
}
Components in Wear Material Compose
Wear Material Compose contains 41 Jetpack Compose components:
Modifiers in Wear Material Compose
Wear Material Compose contains 5 Jetpack Compose modifier(s):