Is there an API to setup an observable for custom ...
# rx
e
Is there an API to setup an observable for custom view events from a custom view. The same way
RxView#clicks
does? or do I basically have to do a similar implementation of my own? I guess one simple way is to define the Observable outside the view and hook it into a listener from the custom view. Not sure what makes the most sense from an RX-android-way