An application to display beautiful screenshots of its own code
-
Updated
May 16, 2026 - Kotlin
An application to display beautiful screenshots of its own code
Interactive Jetpack Compose codelab starter showcasing state hoisting, rememberSaveable, spring physics animations, and performant LazyColumn lists.
Compose ,LazyVerticalGrid,Mvvm,State Hoisting, Compose -UI Jetpack libraries were used in the project.
Сохранение состояния активности при изменении конфигурации
This project is a simple image caching application that loads images from the network and caches them in memory. Supported platforms: Android, iOS.
Kotlin - Understanding "State Management" , "State Hoisting"
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.
Simple App to demonstrate State Hoisting
Aplicativo android para cadastro de contatos aplicando padrões de design
To associate your repository with the state-hoisting topic, visit your repo's landing page and select "manage topics."