Uploaded May 2023 | Updated September 2026, 1 week ago
Learn Jetpack Compose in Android. In this video, learn what is produceState in Jetpack Compose, how to use produceState with a simple example. It is a syntactial sugar over launchedeffect and uses LaunchedEffect behind the scenes. Learn how to animate an image using produceState. This is a handy utility method to combine state and its asynchronous operation to update its value. We have covered one example of how to use this for animating a simple image. It comes handy when we want to use LiveData or Flow in composable functions.
Learn derivedStateOf in Compose with a simple example. As its name suggests, you can use derivedStateOf to calculate new state based on the existing state values. Learn how to use this function to compute new state value. Simple example of using derivedStateOf is also covered in this video. Learn how to define composables using best practices. Everything is explained in Hindi (हिन्दी)
Topics covered -
1. Need of produceState.
2. produceState example - creating a animated loader
3. derivedStateOf example in compose
4. Complete Side Effect handlers in Compose
Kotlin Flows Playlist -
youtube.com/playlist?list=PLRKyZvuMYSIPJ84lXQSHMn8P-0J8jW5YT
Jetpack Paging Tutorial -
youtube.com/playlist?list=PLRKyZvuMYSIPci119n2gt_kq1GU-PAYRk
Complete Dependency Injection Playlist Link -
youtube.com/playlist?list=PLRKyZvuMYSIPwjYw1bt_7u7nEwe6vATQd
Complete Android Architecture Components Playlist -
youtube.com/playlist?list=PLRKyZvuMYSIO0jLgj8g6sADnD0IBaWaw2
Beginner series in Android Playlist (Hindi) -
youtube.com/playlist?list=PLRKyZvuMYSIN9sVZTfDm4CTdTAzDQyLJU
Kotlin Beginners Tutorial Series -
youtube.com/playlist?list=PLRKyZvuMYSIMW3-rSOGCkPlO1z_IYJy3G
For more info - visit the below link
cheezycode.com
We are social. Follow us at -
Facebook - facebook.com/cheezycode
Twitter - twitter.com/cheezycode
Instagram - instagram.com/cheezycode
Learn Jetpack Compose in Android. In this video, learn what is produceState in Jetpack Compose, how to use produceState with a simple example. It is a syntactial sugar over launchedeffect and uses LaunchedEffect behind the scenes. Learn how to animate an image using produceState. This is a handy utility method to combine state and its asynchronous operation to update its value. We have covered one example of how to use this for animating a simple image. It comes handy when we want to use LiveData or Flow in composable functions.
Learn derivedStateOf in Compose with a simple example. As its name suggests, you can use derivedStateOf to calculate new state based on the existing state values. Learn how to use this function to compute new state value. Simple example of using derivedStateOf is also covered in this video. Learn how to define composables using best practices. Everything is explained in Hindi (हिन्दी)
Topics covered -
1. Need of produceState.
2. produceState example - creating a animated loader
3. derivedStateOf example in compose
4. Complete Side Effect handlers in Compose
Kotlin Flows Playlist -
youtube.com/playlist?list=PLRKyZvuMYSIPJ84lXQSHMn8P-0J8jW5YT
Jetpack Paging Tutorial -
youtube.com/playlist?list=PLRKyZvuMYSIPci119n2gt_kq1GU-PAYRk
Complete Dependency Injection Playlist Link -
youtube.com/playlist?list=PLRKyZvuMYSIPwjYw1bt_7u7nEwe6vATQd
Complete Android Architecture Components Playlist -
youtube.com/playlist?list=PLRKyZvuMYSIO0jLgj8g6sADnD0IBaWaw2
Beginner series in Android Playlist (Hindi) -
youtube.com/playlist?list=PLRKyZvuMYSIN9sVZTfDm4CTdTAzDQyLJU
Kotlin Beginners Tutorial Series -
youtube.com/playlist?list=PLRKyZvuMYSIMW3-rSOGCkPlO1z_IYJy3G
For more info - visit the below link
cheezycode.com
We are social. Follow us at -
Facebook - facebook.com/cheezycode
Twitter - twitter.com/cheezycode
Instagram - instagram.com/cheezycode










