Ahmed
10/07/2024, 7:06 AMAhmed
10/07/2024, 7:06 AMLazyColumn {
item { View1() }
item { View2() }
..
item { ViewN() }
}
but I am not sure if it's the most efficient. I end up writing a lot within a single LazyColumn
Akshat
10/07/2024, 7:31 AMAhmed
10/07/2024, 10:52 AM