What problem does it solve?
It provides consistent conventions and best practices for building Android apps with Jetpack Compose, promoting code quality and maintainability.
Core Features & Use Cases
- Design Pattern Guidelines: Defines route, screen, and content separation, including lifecycle-aware state collection.
- Navigation Standards: Details the migration from Navigation 2 to Navigation 3, with sample implementations.
- UI & Theming: Outlines Material 3 theming, edge-to-edge setup, and expressive component usage for dynamic interfaces.
- Performance: Emphasizes composition optimization, skipping, and lazy list enhancements for smooth UI experiences.
- Security & Safety: Advises on safe insets handling and secure component composition.
- Code Style: Recommends best practices like trailing commas, organizing components, and preview usage.
Quick Start
Follow the conventions in your Compose modules to structure routings, handle insets, apply theming, and optimize performance for a robust Android UI.