Creation of listview/recyclerview using Compose.
Creating a listview/recyclerview in Compose: Creating a listview/recyclerview in Compose is easy. No Adapter. No View holder.
What is LazyColumn?
- A LazyColumn is a vertically scrolling list that only composes and lays out the currently visible items. It’similar to a Recyclerview in the classic Android View system.