Skip to content
#

android-jetpack-compose

Here are 66 public repositories matching this topic...

Jetpack Compose provides a declarative way to define UI components and encourages the use of immutable state. You can manage state within a composable function using the remember and mutableStateOf functions. These functions allow you to create and update state variables that automatically trigger recomposition when their values change.

  • Updated Jul 9, 2023
  • Kotlin

The latest architecture & technologies used in this project. Such as Jetpack Compose (JC), a modern UI development toolkit, Model-View-ViewModel (MVVM) software design pattern, Dependency Injection - Hilt, Navigation, Room, Retrofit. etc... Kotlin language

  • Updated May 17, 2024
  • Java

Improve this page

Add a description, image, and links to the android-jetpack-compose topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the android-jetpack-compose topic, visit your repo's landing page and select "manage topics."

Learn more