J
Jetpack Compose
Android's modern declarative UI toolkit — Kotlin-first, composable functions replacing XML layouts.
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