J

Jetpack Compose

Android's modern declarative UI toolkit — Kotlin-first, composable functions replacing XML layouts.

Kotlin free Open Source mobile since 2020

Jetpack Compose replaces Android’s XML layout system with composable Kotlin functions that describe UI as a function of state. Its unidirectional data flow, state hoisting, and rich animation APIs make complex UIs simpler to build and test. Compose Multiplatform extends it to iOS, desktop, and web.

// tags

androidmobilekotlinuideclarativegooglecompose
Something wrong? Edit this entry on GitHub.
✏ Edit on GitHub