Compose-LazyColumn-LazyRow-StickyHeader

LazyColumn & LazyRow:

-> Replacement of RecyclerView Adapter & ViewHolder

Functions:

-> items : for multiple items in a column/row.

-> item : Allow us to display single item.

-> itemsIndexd : Allow us to get the value of index an item allongwith the list item.

LazyColumn

LazyColumn

LazyRow

LazyRow

StickyHeader

SteckyHeader