I do not have very clear these two concepts, as they relate RxBinding and RxAndroid.
RxBinding is used for the view, can I use RxAndroid without using RxBinding?
I do not have very clear these two concepts, as they relate RxBinding and RxAndroid.
RxBinding is used for the view, can I use RxAndroid without using RxBinding?
Copyright © 2021 Jogjafile Inc.
RxBinding:
RxAndroid:
Don't get confused by the binding word in the Android specific bindings for RxJava 2 .
And the answer is YES . You can use RxAndroid without the RxBinding library. They are not related.