Understanding RxJava Subjects and their Different Types
If you have any basic knowledge of RxJava, you’d know that an Observable is a stream ready to emit data when a Subscriber subscribes to it. A Subject is well, both an Observable and a Subscriber. It can subscribe to one or more observables, and… Read More »Understanding RxJava Subjects and their Different Types