Jetpack Compose

Jetpack Compose

Android's modern toolkit for building native UI

Language: KotlinCategory: MobileFirst released: 2021Created by: GoogleLicense: Apache-2.0

Jetpack Compose is Android's modern toolkit for building native UI. It simplifies and accelerates UI development on Android with less code, powerful tools, and intuitive Kotlin APIs. Compose uses a declarative approach, meaning developers describe the UI as composable functions that take data and emit UI elements. It integrates seamlessly with existing Android views and Jetpack libraries, and provides Material Design components out of the box with powerful animation and gesture support.

Links

Key Features

Declarative UIKotlin-FirstMaterial Design 3Animation APIInterop with Views