Daniel Candeias
LazyVerticalGrid
LazyVerticalGrid( cells = GridCells.Fixed(4) ) { itemsIndexed(data) { row, dataItem -> CustomComposedView(dataItem) } }
Ravi
Albert Chang
LazyColumn
A modern programming language that makes developers happier.