java - RecyclerView horizontal LinearLayoutManager with multiple rows -


i want make layout manager represent items in tag-cloud way of representation, on image below.

enter image description here

there libraries want learn how using recyclerview , layoutmanager pattern. staggeredgridlayoutmanager out of option because must specify number of columns gridlayoutmanager, , need in particular case make rows contain 2 items, 1 , 3 or more elements. thinking of using linearlayoutmanager horizontal orientation instead of making scrollable horizontaly, i'd need make break elements there no more space in current row - positioned in new row. have no idea how it. can @ least guide me basics of solution?

thanks.


Comments

Popular posts from this blog

sql server 2008 - My Sql Code Get An Error Of Msg 245, Level 16, State 1, Line 1 Conversion failed when converting the varchar value '8:45 AM' to data type int -

java - Exception in thread "main" org.springframework.context.ApplicationContextException: Unable to start embedded container; -

javascript - Laravel datatable invalid JSON response -