Uploaded April 2023 | Updated September 2026, 2 weeks ago
Learn Jetpack Compose in Android. Learn how to implement lists in Jetpack Compose using Lazy Column. Learn how to define column that can have vertical scrolling. RecyclerView recycles your items - to achieve the same behavior in Jetpack Compose - you need Lazy Column. Learn the difference between Column and Lazy Column. To display large items in a list using Column can cause performance issues as all the items are composed even if they are not visible on the screen. To prevent that we use Lazy Column. It works based on the layout and scroll position. It composes your items when required i.e. it composes items lazily.
Learn how to break composables into reusable chunks so that same composable can be used across different screens. Learn how to do this and manage styles and customization using modifiers in jetpack compose. Learn step by step on how to use these Composable functions along with the best practice. Everything is explained in Hindi (हिन्दी)
Topics covered -
1. Create ListItem using Custom Composable.
2. Create Reusable Custom Composable with Modifiers.
3. Add Vertical Scroll to Column Composable.
4. Lazy Column Implementation for Lists in Jetpack 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. Learn how to implement lists in Jetpack Compose using Lazy Column. Learn how to define column that can have vertical scrolling. RecyclerView recycles your items - to achieve the same behavior in Jetpack Compose - you need Lazy Column. Learn the difference between Column and Lazy Column. To display large items in a list using Column can cause performance issues as all the items are composed even if they are not visible on the screen. To prevent that we use Lazy Column. It works based on the layout and scroll position. It composes your items when required i.e. it composes items lazily.
Learn how to break composables into reusable chunks so that same composable can be used across different screens. Learn how to do this and manage styles and customization using modifiers in jetpack compose. Learn step by step on how to use these Composable functions along with the best practice. Everything is explained in Hindi (हिन्दी)
Topics covered -
1. Create ListItem using Custom Composable.
2. Create Reusable Custom Composable with Modifiers.
3. Add Vertical Scroll to Column Composable.
4. Lazy Column Implementation for Lists in Jetpack 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






