We just launched Compose Examples featuring over 150+ components! Check it out →

Jetpack Compose library

Glance Wear Tiles

"Glance Wear Tiles" are interactive tiles on Android Wear devices that provide users with quick access to essential information and actions directly from their watch faces. They enhance usability by offering at-a-glance updates and interactions without the need to open full apps.

Installation

dependencies {
  implementation("androidx.glance:glance-wear-tiles:1.0.0-alpha05")
}

Components in Glance Wear Tiles

Glance Wear Tiles contains 3 Jetpack Compose components:

by @alexstyl