#RxAndroid 1.2.1 released with AndroidSchedulers.reset() to match #RxJava 1.1.6's Schedulers.reset() API.
https://github.com/ReactiveX/RxAndroid/blob/master/CHANGES.md#readme
https://github.com/ReactiveX/RxAndroid/blob/master/CHANGES.md#readme
GitHub
ReactiveX/RxAndroid
RxJava bindings for Android. Contribute to ReactiveX/RxAndroid development by creating an account on GitHub.
RxJava and RxAndroid 2.x released!
RxJava2 release notes
RxAndroid2 release notes
Main changes:
• Func1 -> Function
• Func2 -> BiFunction
• CompositeSubscription -> CompositeDisposable
• limit operator has been removed - Use take in RxJava2
• onCompleted -> onComplete - (without the trailing d)
• and much more.
What's different in 2.0
Fragmented podcast: Jake Wharton on RxJava2
retrofit2 with rxjava2
GOTO Conference: Exploring RxJava 2 for Android
Taking glance at RxJava-2
#RxJava #RxAndroid
RxJava2 release notes
RxAndroid2 release notes
Main changes:
• Func1 -> Function
• Func2 -> BiFunction
• CompositeSubscription -> CompositeDisposable
• limit operator has been removed - Use take in RxJava2
• onCompleted -> onComplete - (without the trailing d)
• and much more.
What's different in 2.0
Fragmented podcast: Jake Wharton on RxJava2
retrofit2 with rxjava2
GOTO Conference: Exploring RxJava 2 for Android
Taking glance at RxJava-2
#RxJava #RxAndroid
GitHub
Release 2.0.0 · ReactiveX/RxJava
Maven
This is it, general availability of RxJava 2! Rewritten from scratch to offer better performance, lower overhead, more features, a modern underlying technology and interoperation with the Rea...
This is it, general availability of RxJava 2! Rewritten from scratch to offer better performance, lower overhead, more features, a modern underlying technology and interoperation with the Rea...