Registry / utility / rxandroid

rxandroid

JSON →
library2.1.1javamavenunverified

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>
INSTALL
IMPORT
SIG · RXANDROID
R
rxandroid
utilityjavav2.1.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

AndroidSchedulers
io.reactivex.android.schedulers.AndroidSchedulers

Observe RxJava emissions on the Android main thread.

import io.reactivex.android.schedulers.AndroidSchedulers; import io.reactivex.Observable; public class Example { public static void main(String[] args) { Observable.just("Hello") .observeOn(AndroidSchedulers.mainThread()) .subscribe(System.out::println); } }
Debug
Known issues
breakingRxAndroid 2.x requires RxJava 2.x; ensure compatible versions.
fix
Use io.reactivex.rxjava2:rxjava:2.x with RxAndroid 2.x.
affects: >=2.0.0
Upgrade
Version history
2.1.1latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
Resources
rxandroid — mvn dependency:get rxandroid · libregistry