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
- Host: GitHub
- URL: https://github.com/hardi17/state-jetpackcompose
- Owner: hardi17
- Created: 2025-04-16T12:58:19.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-16T14:12:47.000Z (about 1 year ago)
- Last Synced: 2025-05-18T17:17:12.590Z (about 1 year ago)
- Topics: jetpack-compose, kotlin, livedata-viewmodel, state-management
- Language: Kotlin
- Homepage:
- Size: 102 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/