Daniele B
09/09/2020, 7:19 PMScrollView
.
How do you do that in Compose?Yashovardhan
09/09/2020, 7:22 PMScrollableColumn
Or LazyColumnFor
(if you need a recycler view equivalent)Daniele B
09/09/2020, 7:28 PMColumn
. I just had to replace Column with ScrollableColumn
. And everything works great!
Many thanks @Yashovardhan
and many thanks to the Jetpack Compose team who are making things really easy and awesome!