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.
More information
Editors