You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am looking for recyclerview library for my project. But it has specific requirement of sections in recyclerview.
Some time sections should be scroll able and some time sticky sections.
I don't have tried this library that's why not asked on stackoverflow.
But before starting i want to confirm so I don't have to change it later on.
So How to add sections in Recyclerview with your library ?
The text was updated successfully, but these errors were encountered:
Sticky Section is not feature of RecyclerViewAdapter, so I don't support it in my adapter.
Sticky Section is a feature of RecyclerView and LayoutManager, you can use any solution to get it.
For example:
I am looking for recyclerview library for my project. But it has specific requirement of sections in recyclerview.
Some time sections should be scroll able and some time sticky sections.
I don't have tried this library that's why not asked on stackoverflow.
But before starting i want to confirm so I don't have to change it later on.
So How to add sections in Recyclerview with your library ?
The text was updated successfully, but these errors were encountered: