I want to achieve exactly same as show in picture.
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.