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

Support for RecyclerView #12

Open
vit001 opened this issue Feb 6, 2015 · 3 comments
Open

Support for RecyclerView #12

vit001 opened this issue Feb 6, 2015 · 3 comments

Comments

@vit001
Copy link

vit001 commented Feb 6, 2015

Hi - do you have any plans to support RecyclerView? Are you interested in pull requests? I have modified your lib to work with RecyclerView, it is fairly simple.

@nolanlawson
Copy link
Owner

Sure, a pull request would be cool. :) Can you make it so users can switch between the RecyclerView version and the ListView version somehow?

@vit001
Copy link
Author

vit001 commented Feb 7, 2015

It's not a completely trivial swap since the interfaces for ListView vs
RecyclerView and their respective adapters are different. Also RecyclerView
doesn't have built-in sectioning so I had to implement my own. That said,
it's pretty simple to switch :)
On Feb 7, 2015 9:00 AM, "Nolan Lawson" notifications@github.com wrote:

Sure, a pull request would be cool. :) Can you make it so users can switch
between the RecyclerView version and the ListView version somehow?


Reply to this email directly or view it on GitHub
#12 (comment)
.

@vit001
Copy link
Author

vit001 commented Feb 8, 2015

Pull request created.

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

No branches or pull requests

2 participants