I want to use Multi Type in Paging3,but PagingDataAdapter only suport one generic paradigm. How to do it?Maybe there is some demo?
And I want to use it with Room.
Like in a RecylerView , there are two kinds of item.One is text content,another is image.
So I want to know how to do it?