The 3 Os
Get introduced to the 3 Os of RxJava: Observable, Observer, and operator.
We'll cover the following...
RxJava main constructs
The concept of a stream is modeled in RxJava using three main constructs, which we will refer to as the “3 Os”. These are the Observable
, Observer
, and ...