How can I do something like a FlowLayout in Android?
FlowLayout
You should use FlexboxLayout with flexWrap="wrap" attribute.
FlexboxLayout
flexWrap="wrap"
For build instructions, see the github repo.
More about this - https://android-developers.googleblog.com/2017/02/build-flexible-layouts-with.html