state-hoisting
There are 8 repositories under state-hoisting topic.
ChamikaGit/Jetpack-Compose-Unit-Converter-App
Use this application to learn the fundamentals of jetpack compose. We can learn recomposion, states, state-hoisting, remember, and rememberSaveble. This was created using MVVM architecture with the help of the flow API, room database, kotlin coroutines and dagger-hilt.
lixoten/demo-state-hoist-app-android-kotlin-compose
Simple App to demonstrate State Hoisting
Robomez/JetCom04_BasicStateCodelab
Сохранение состояния активности при изменении конфигурации
ashwanisingh8713/KMP-LRU
This project is a simple image caching application that loads images from the network and caches them in memory. Supported platforms: Android, iOS.
aydozy/Kotlin-StateManagement
Kotlin - Understanding "State Management" , "State Hoisting"
bhfsilva/projeto-android-lista-contatos
Aplicativo android para cadastro de contatos aplicando padrões de design
sedanuronderr/basicandroidkotlincomposeLazyGrid
Compose ,LazyVerticalGrid,Mvvm,State Hoisting, Compose -UI Jetpack libraries were used in the project.
VaibhavMojidra/Android-Jetpack-Compose---Demo-State-Hoisting-Unidirectional-Dataflow
State hoisting is a technique used in Jetpack Compose to manage and share state between different composables in a unidirectional manner. In traditional imperative UI frameworks, state is often stored and managed locally within each UI component, leading to potential inconsistencies and difficulties in managing the overall state of the application.