https://kotlinlang.org logo
Title
u

user

07/15/2022, 6:31 PM
Overwhelmed by layouts, what are my alternatives to make a layout like this, but dynamic number of items?

https://i.stack.imgur.com/n4RAy.png

I'm a flutter user trying out kotlin dev first time, but im kinda confused what the best alternatives for this type of layouts are. I understand that I use recyclerview for a dynamic number of items. And since theres two dynamic ones (one for number of sets, one for each exercise). Do I use two nested recyclerviews?