Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to add sections in Recyclerview #14

Closed
WasimMemon opened this issue Mar 15, 2018 · 1 comment
Closed

How to add sections in Recyclerview #14

WasimMemon opened this issue Mar 15, 2018 · 1 comment
Labels

Comments

@WasimMemon
Copy link

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 ?

@vivchar
Copy link
Owner

vivchar commented Mar 15, 2018

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:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants