How can we display RecyclerView items side by side. i tried to do this by using FlowLayoutManager and FlexboxLayoutManager but it is s
RecyclerView
FlowLayoutManager
FlexboxLayoutManager
set orientation of linearlayoutmanager for recyclerview
LinearLayoutManager layoutManager = LinearLayoutManager(activity,RecyclerView.HORIZONTAL,false)