Ribot labs team: moving from standard Activities and AsyncTasks to a modern MVP-based architecture powered by RxJava.
https://labs.ribot.co.uk/android-application-architecture-8b6e34acda65#.1vwwi6q7p
#RxJava #MVP
https://labs.ribot.co.uk/android-application-architecture-8b6e34acda65#.1vwwi6q7p
#RxJava #MVP
Medium
Android Application Architecture
Our journey from standard Activities and AsyncTasks to a modern MVP-based architecture powered by RxJava.
Tutorial: Android UI programming with RxBinding
by Donn Felker: https://realm.io/news/donn-felker-reactive-android-ui-programming-with-rxbinding/
#RxJava
by Donn Felker: https://realm.io/news/donn-felker-reactive-android-ui-programming-with-rxbinding/
#RxJava
RxUi
Talking to Android View layer in a Reactive way from Artem Zinnatullin
#RxJava
http://artemzin.com/blog/rxui-talking-to-android-view-layer-in-a-reactive-way/
Talking to Android View layer in a Reactive way from Artem Zinnatullin
#RxJava
http://artemzin.com/blog/rxui-talking-to-android-view-layer-in-a-reactive-way/
#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 2 RC2 is here!
2.x is a major update with performance improvements and even more!
To learn RxJava 2 use following links:
1. reactivex.io/RxJava/2.x/javadoc/
2. github.com/ReactiveX/RxJava/wiki/What's-different-in-2.0
3. medium.com/@amitshekhar/migrating-from-rxjava1-to-rxjava2-5dac0a94b4aa#.7p6s72u0k
4. github.com/akarnokd/RxJava2Interop
#rxjava
2.x is a major update with performance improvements and even more!
To learn RxJava 2 use following links:
1. reactivex.io/RxJava/2.x/javadoc/
2. github.com/ReactiveX/RxJava/wiki/What's-different-in-2.0
3. medium.com/@amitshekhar/migrating-from-rxjava1-to-rxjava2-5dac0a94b4aa#.7p6s72u0k
4. github.com/akarnokd/RxJava2Interop
#rxjava
GitHub
What's different in 2.0
RxJava – Reactive Extensions for the JVM – a library for composing asynchronous and event-based programs using observable sequences for the Java VM. - ReactiveX/RxJava
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...
Retrofit 2 new version released with RxJava 2 support and other features
https://github.com/square/retrofit/blob/master/CHANGELOG.md#version-220-2017-02-21
#Retrofit #RxJava
https://github.com/square/retrofit/blob/master/CHANGELOG.md#version-220-2017-02-21
#Retrofit #RxJava
GitHub
retrofit/CHANGELOG.md at trunk · square/retrofit
A type-safe HTTP client for Android and the JVM. Contribute to square/retrofit development by creating an account on GitHub.