mosaic
mosaic copied to clipboard
SubcomposeLayout
First of all, for lists, that is, LazyColumn
(LazyRow
), which can be limited in height and at the same time have a bunch of elements inside that scroll
Now drawBehind
is used to create a Table
and manually calculate the dimensions, and this is also done without Composable
functions. Link
It seems like a difficult task