I want to show diffrent view in single Recycler view
How can i do this.
In Kotlin
On
Your picture took from the article that describes how to merge 3 adapter into one recyclerView. So you can read it first.
You need to use a Recylerview view with Multiple View types. Each View Type will have its own ViewHolder, all of them having the same adapter.
Have a look at the below article. https://blog.mindorks.com/recyclerview-multiple-view-types-in-android