RxAndroid provides Android-specific bindings for RxJava, enabling reactive programming on Android.
<dependency>
<groupId>io.reactivex.rxjava2</groupId>
<artifactId>rxandroid</artifactId>
<version>2.1.1</version>
</dependency>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Observe RxJava emissions on the Android main thread.
Use io.reactivex.rxjava2:rxjava:2.x with RxAndroid 2.x.
No dependency data recorded yet.