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-recyclerview module #58

Closed
JakeWharton opened this issue Aug 2, 2015 · 4 comments
Closed

support-recyclerview module #58

JakeWharton opened this issue Aug 2, 2015 · 4 comments

Comments

@JakeWharton
Copy link
Owner

No description provided.

@ZacSweers
Copy link
Contributor

An idea of what events could be covered (at a minimum):

  • RecyclerListener -> viewRecycledEvents(...)
  • OnScrollListener -> scrollEvents(...)
  • OnItemTouchListener -> itemTouchEvents(...)
    • This one's iffy because onInterceptTouchEvent needs a return value
  • OnChildAttachStateChangeListener -> childAttachStateEvents(…)

Maybes? Not sure how practical these would be

@JakeWharton
Copy link
Owner Author

Having not used RV for anything complicated, my instinct would be that the scroll would be the most useful of these that can at least get the module off the ground. I don't know how useful the other three are having not used them for anything.

@ZacSweers
Copy link
Contributor

I agree.

@JakeWharton
Copy link
Owner Author

This is done. People can send/request new bindings as they're needed.

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