I want to make something like image below, multiple TextView
where the view goes to next line if it doesn't fit in the last line.
Does anybody have a suggestion how to achieve something like this?
You can use FlowLayout. Check this :- https://github.com/nex3z/FlowLayout
It also supports RTL layout