An open API service indexing awesome lists of open source software.

https://github.com/hardi17/state-jetpackcompose

Kotlin | Jetpack compose | State | Livedata | Viewmodel
https://github.com/hardi17/state-jetpackcompose

jetpack-compose kotlin livedata-viewmodel state-management

Last synced: about 1 year ago
JSON representation

Kotlin | Jetpack compose | State | Livedata | Viewmodel

Awesome Lists containing this project

README

          

# State In Jepack compose
- Manage state in jetpack compose using remeber, rememberSavable, Viewmodel + livedata/Flow.
1) remember : Remember the value of the variable across recompositions.
2) rememberSavable : Remember the value of the variable at config changes.
3) Viewmodel + Livedata/ flow : Hoist the state for the re-usability of the composable.

## Main feature
- Language : Kotlin
- Design : Jetpack Compose
- ViewModel + Livedata

## Usage
- Understanding how to manage State in Jetpack compose.

## Hi there! šŸ‘‹
I’m Hardi Rachh, an experienced Android developer who loves exploring new frameworks and tools.
Always open to connect and collaborate, feel free to reach out to me on: 😊

- LinkedIn : https://www.linkedin.com/in/hardi-r/
- Medium : https://hardirachh.medium.com/