使用 RxAndroid 处理视图事件
Handling view events with RxAndroid
我看到很多代码示例展示了如何使用 ViewObservable 来处理视图事件。不幸的是,ViewObservable 似乎已从最新的 RxAndroid 版本中删除。 api 是否已弃用?如果是这样,现在处理视图事件的首选方式是什么?
根据 RxAndroid 1.0.0 release notes, RxAndroid's scope has been significantly reduced, and the view bindings have moved to the RxBinding library.
我看到很多代码示例展示了如何使用 ViewObservable 来处理视图事件。不幸的是,ViewObservable 似乎已从最新的 RxAndroid 版本中删除。 api 是否已弃用?如果是这样,现在处理视图事件的首选方式是什么?
根据 RxAndroid 1.0.0 release notes, RxAndroid's scope has been significantly reduced, and the view bindings have moved to the RxBinding library.