Mjahangiry75
04/16/2021, 4:14 PMText
) to the a LazyVerticalGrid
?Chris Sinco [G]
04/16/2021, 7:25 PMMjahangiry75
04/17/2021, 7:54 AMText
as a Header using item {}
and add some items in grid arrangementChris Sinco [G]
04/19/2021, 10:45 PMLazyVerticalGrid
supports that super well. What I’ve done in the past is use LazyColumn
then in the items
function, draw a Row
with <x> amount of items, and loop through that. And then use item
to draw things before or after the group of items. The problem is you have to set up your data model to chunk items by <x>.Chris Sinco [G]
04/19/2021, 10:47 PMChris Sinco [G]
04/19/2021, 10:48 PM