In this jetpack compose tutorial we will learn about lazycolumn in jetpack compose, which is similar to recyclerview in the traditional view system. we will create a simple Cat app using lazy columns and how to create a list item using the ListItem composable.
keyframes
00:00 introduction
01:02 New home.kt
01:40 create a lazy column
02:25 create List Item
05:03 Prev List item
05:52 Create Header
07:22 Create items in lazy column
11:25 Create state with ViewModel
17:30 List item with slots
Project
https://github.com/Hoodlab/Jetpack-co...