What problem does it solve?
This Skill provides comprehensive guidance and best practices for developing Android applications, particularly within a Kotlin Multiplatform (KMP) context, covering UI, navigation, permissions, and platform-specific APIs.
Core Features & Use Cases
- Android Development Guidance: Offers patterns for navigation, UI (Compose), permissions, ViewModel management, and platform API integration.
- KMP Focus: Details how to structure Android-specific code within a KMP project.
- Use Case: A developer needs to implement type-safe navigation in their Jetpack Compose Android app, handle runtime permissions for camera access, and integrate Material 3 components. This Skill provides the exact code patterns and explanations needed.
Quick Start
Use the android-expert skill to implement type-safe navigation using @Serializable routes in a Jetpack Compose application.