I am trying to achieve something like the picture, I have grouped data , and every group can have 1 or more (different count of items) , most items in the groups share the view type which is simple icon , title, description kind.
But the tricky part is how can I get the header (in landscape mode ) aligned to first item of the group , and allow it to scroll with the list.
One way I could think was let one item in the recycleView be the whole group . i.e header + list items , but that would not give the recycling of the views, defeating whole purpose of reclycleview.
I am looking for some pointers or ideas on how I could approach this.
Note : Header height could be larger that item height and may extend till second item in the group. basically imagine the header to be an Icon and text