What problem does it solve? Building native Android UIs that follow Google's Material Design 3 guidelines requires deep knowledge of Jetpack Compose, theming, navigation, and adaptive layouts. This Skill provides production-ready Compose patterns and reference implementations so you avoid reinventing common components and misusing Material 3 APIs. ## Core Features & Use Cases - Jetpack Compose Components: Ready-to-use implementations of lists, forms, dialogs, bottom sheets, loading states, and animations using Material 3 APIs. - Navigation Patterns: Type-safe Navigation Compose setups including bottom navigation, drawers, navigation rails, deep links, and nested graphs. - Material 3 Theming: Dynamic color (Material You), custom color schemes, typography scales, shape systems, and elevation guidance. - Adaptive Layouts: Window size class handling for phones, tablets, and foldables. - Use Case: When building a new Android screen, ask for a Compose implementation of a searchable list with pull-to-refresh and bottom navigation, and receive code that follows Material 3 conventions with proper state hoisting and accessibility. ## Quick Start Ask the agent to build an Android screen with Jetpack Compose, such as a login form with Material 3 theming and bottom navigation.