How to implement hybrid recyclerview with multiple adapter and show item in order?

89 Views Asked by At

I want to achieve exactly same as show in picture.

enter image description here

I have multiple adapters for multiple recyclerview. I want to combine them in single fragment. I want to achieve the result from each adapter item show sequetially butt not recyclerview in sequence.

I don't have viewtype stored in database, so can't use multiple view holder concept. Also I'm fetching data from multiple sources.

Can anybody guide me how to achieve this behaviour?

Note: I'm at initial stage to achieve this.

0

There are 0 best solutions below