jetpack-compose

Installation
SKILL.md

Jetpack Compose

Jetpack Compose is Android's modern toolkit for building native UIs. It simplifies and accelerates UI development on Android with less code, powerful tools, and intuitive Kotlin APIs.

When to Use

  • New Android application development (Grid/List content, complex layouts).
  • Migrating existing View-based apps incrementally (Interoperability).
  • Sharing UI logic with Kotlin Multiplatform (Compose Multiplatform).

Quick Start

// build.gradle.kts needs composed enabled
Installs
3
GitHub Stars
10
First Seen
Feb 10, 2026
jetpack-compose — g1joshi/agent-skills