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
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.
The text was updated successfully, but these errors were encountered:
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" [email protected] 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)
.
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.
The text was updated successfully, but these errors were encountered: