Closed DomiR closed 8 years ago
There used to be a RxView.clickEvents(View)
which emitted the view, but it was removed in 0.3.0:
map
operator (e.g., RxFoo.bar(sourceView).map(data -> new Pair<>(sourceView, data))
).
RxCompoundButton.checkedChangeEvents
RxRadioGroup.checkedChangeEvents
RxRecyclerView.scrollStateChangeEvents
RxView.clickEvents
RxView.dragEvents
RxView.focusChangeEvents
RxView.hoverEvents
RxView.longClickEvents
RxView.touchEvents
I have so much to learn 🙈
Thanks a lot!
Is there a specific reason, why the view is not emitted?
https://github.com/JakeWharton/RxBinding/blob/master/rxbinding/src/main/java/com/jakewharton/rxbinding/view/ViewClickOnSubscribe.java#L23