Skip to content
#

state

Here are 49 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

Bu projede API'ler ile çalışarak MVVM ve Clean Architecture mimarileri baz alarak Kotlin ile mininmum kod ile maksimum performans odaklı geliştirdiğim bütün bildiğim güncel konuları uyguladığım bir projedir.

  • Updated Dec 6, 2023
  • Kotlin

Improve this page

Add a description, image, and links to the state 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 state topic, visit your repo's landing page and select "manage topics."

Learn more