Is there any way to get a RecyclerView with different spanCount for every row depends on how many items can fit in a row ? Meaning when there is no more width to fit new item, it will break into a new row.
I've attached a photo so you can see what I need.
If can't be done with RecyclerView, can it be done with TableLayout ? or a listView ?