android-kotlin-development
Installation
Summary
Native Android development with Kotlin, MVVM architecture, Jetpack Compose, and modern libraries.
- Covers MVVM pattern with Jetpack ViewModels, StateFlow for reactive state management, and Hilt for dependency injection
- Includes Jetpack Compose for declarative UI, Retrofit for API integration, and Room for local SQLite persistence
- Provides reference implementations for models, API services, ViewModels, and Compose UI components
- Emphasizes coroutines for async operations, proper lifecycle management, and comprehensive error handling across network and storage layers
SKILL.md
Android Kotlin Development
Table of Contents
Overview
Build robust native Android applications using Kotlin with modern architecture patterns, Jetpack libraries, and Compose for declarative UI.
When to Use
- Creating native Android applications with best practices
- Using Kotlin for type-safe development
- Implementing MVVM architecture with Jetpack
Related skills