Go to Intro to RxJava and its use in Android
About
Intro to RxJava and its use in Android
RxJava is the open-source implementation of ReactiveX. It is for enabling Reactive Programming in Android development. The two main classes of RxJava are Observable and Subscriber. In RxJava, Observable is a class that emits a stream of data or events.
Note from the editor

RxJava is the open-source implementation of ReactiveX. It is for enabling Reactive Programming in Android development. The two main classes of RxJava are Observable and Subscriber. In RxJava, Observable is a class that emits a stream of data or events.

Editors
Go to the profile of Piyushkhapekar