I want to show diffrent view in single Recycler view
How can i do this.
In Kotlin
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