Jetpack Compose Builder

Builds Android Jetpack Compose UI with hoisted state, unidirectional data flow, and recomposition-safe patterns backed by measured stability rules. Use when someone asks "build this screen in Compose", "where should this state live", "why does my LazyColumn stutter", or is writing Composable functions, ViewModel and StateFlow wiring, or fixing recomposition jank in Kotlin. Do NOT use when the screen targets Flutter - use flutter-widget-architect instead; for iOS declarative UI use swift-ui; for React Native screens use react-native-pro; and if jank persists after state fixes, profile with mobile-perf-profiler.

SkillMedev e601264 8.8 KB Updated

File contents

SkillMedev/mobile-app-engineering/tree/main/skills/jetpack-compose-builder commit e601264d67

Frequently asked questions

npx skillmds@latest add skillmedev/jetpack-compose-builder