How to freeze the first position of the recyclerview and other position to be scrollable

29 Views Asked by At

How to freeze the recyclerview first position, so that first position act as toolbar. And other position to be scrollable.enter image description here

Consider above image as example. I am using multiple view type in Recyclerview. I need to fix or freeze the 0th position permanently at the top and other position to scroll as normal Recyclerview.

Note: Recyclerview must use in this case, no other view above the Recyclerview is used to solve the problem

0

There are 0 best solutions below