con un clic
android-wear-os-compose
Jetpack Compose for Wear OS, rotary input, and ambient modes.
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Menú
Jetpack Compose for Wear OS, rotary input, and ambient modes.
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Basado en la clasificación ocupacional SOC
Handling Bluetooth Low Energy, flow wrappers, and Android 12+ permissions.
Seamless integration of CameraX with Google ML Kit for vision tasks.
Deep-dive skills for banking and healthcare apps.
Use when integrating Google Gemini Nano via AICore for on-device ML.
Automated UIAutomator tests and Hardware mocking setup.
Expanding KMP shared UI to cover Compose Multiplatform edge-cases.
| name | android-wear-os-compose |
| description | Jetpack Compose for Wear OS, rotary input, and ambient modes. |
| category | hardware-form-factors |
| risk | medium |
| source | community |
| date_added | 2026-04-07 |
| metadata | {"triggers":["@wearos","watch app","wear compose"]} |
Building for the wrist comes with entirely new constraints regarding battery life, input mechanisms, and screen real estate.
androidx.wear.compose:compose-material or compose-material3 specifically meant for watches.Scaffold, use Scaffold from the Wear OS library which includes a TimeText and PositionIndicator.ScalingLazyColumn with .rotaryScrollable() modifier to capture hardware scroll events continuously.DataClient or MessageClient to safely proxy network requests to the attached phone to save watch battery life.