BaseRecyclerViewAdapter
BaseRecyclerViewAdapter copied to clipboard
Sticky header section
is it possible to make header section become sticky when scrolling? hopefully in will be implement in next version. thank you
Hi, @fjr619 thanks for your issue.
This library providing abstract classes of Adapter and ViewHolder for implementing them in an easy and fast way.
This issue is related to UI or animation, and It could be implemented using the Coordinatorlayout.
is there any tutorial to achieve that? thank you