You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.