| name | frontend-android |
| description | Android Jetpack Compose patterns, state hoisting, navigation, and Material 3 theming. Use for native Android UI work. |
Frontend Android
This skill covers Jetpack Compose, state hoisting, side effects (LaunchedEffect, DisposableEffect), navigation-compose, Material 3 theming, and Compose Multiplatform interop.
When to use
- Building or modifying Android Compose screens
- State management with remember/rememberSaveable/ViewModel
- Navigation between Compose destinations
- Material 3 theme and typography setup
Examples
- "Hoist this state up to the parent"
- "Wire up a Compose navigation graph"
- "Switch the theme to Material 3 dynamic color"