but I am not sure if it's the most efficient. I end up writing a lot within a single
LazyColumn
a
Akshat
10/07/2024, 7:31 AM
You can use LazyListScope extensions to make smaller functions and keep your LazyColumn smaller and neat.
If you do not need the content to be lazy loaded , then a column with a .verticalScroll should be good enough.
👍 1
a
Ahmed
10/07/2024, 10:52 AM
So, LazyColumn is the ideal way to tackle this, right?