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
Other view, I can use RxView.keys to control. But for recycler view item, because of long press keyevent, recycler view move fast, how to use rxbinding to control it?
The text was updated successfully, but these errors were encountered:
I'm not really sure what you're asking. RxBinding just adapts listener-based callbacks to RxJava-based ones. Can you model what you want with the listener? If so, it should be easy for us to translate it to the RxJava equivalent.
But for recyclerview, I try to translate for each view in adapter, I also try to translate recyclerview keyevent, but it not work. Normally using long press keyevent in recyclerview, it scroll fastly, because the keyevent send fast. I want to slow it down like normal view.
Other view, I can use RxView.keys to control.
But for recycler view item, because of long press keyevent, recycler view move fast, how to use rxbinding to control it?
The text was updated successfully, but these errors were encountered: