In this RxAndroid Tutorial learn how to make an app using Reactive Java and the Android bindings to provide a simpler and more flexible UI architecture.
Awesome tutorial! Been waiting for an RxJava/RxAndroid one here. I particularly love how you explain the Observable diagrams, as even looking at and trying to understand those can be quite intimidating as a beginner.
Thank you! :] Yeah, diagrams for some operators are really complex. But when you learn to read them it really helps in reading the docs. Have you seen http://rxmarbles.com/ ?. It’s actually for RxJS not RxJava, but most operators are the same. For instance, RxMarbles: Interactive diagrams of Rx Observables