Bridging the Non-reactive and Reactive Worlds
Learn how to dwell in the reactive world.
We'll cover the following...
Pull-based to push-based paradigm
One of the challenges of adding RxJava as one of the libraries to projects is that it fundamentally changes the way that we reason about our code.
RxJava requires us to think about data as being pushed rather than being pulled. We covered this topic in our earlier lesson, Push vs. Pull.( ...