JakeWharton / RxBinding

RxJava binding APIs for Android's UI widgets.
Apache License 2.0
9.69k stars 971 forks source link

WidgetObservable and ViewObservable have been rolled into (and improved in) RxBinding #280

Closed altairmizuchi closed 8 years ago

altairmizuchi commented 8 years ago

Hello. Possibly I do not understand something but where is it?

JakeWharton commented 8 years ago

This entire library is the replacement. For example, RxView.clicks(view) provides the click events for any view.