java - RecyclerView horizontal LinearLayoutManager with multiple rows -
i want make layout manager represent items in tag-cloud way of representation, on image below.
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
Post a Comment