I need to create a list which contains multiple number of items .
Each item is itself a list of items.
On the top I need to have a gridview of items(2 in each row) which contains a button to load more gridview items and the list should get expanded on loading more items.
Below the gridview I need to have other items belonging to different types.
I want all of them in a single recycler view.
And yes they contain header text too.
Can somebody please help me in achieving this ?