RxJavaAndroidInterop
Interop library for exposing Android's main thread and loopers as RxJava 3 Schedulers directly.
Install / Use
/learn @akarnokd/RxJavaAndroidInteropREADME
RxJavaAndroidInterop
Interop library for exposing Android's main thread and loopers as RxJava 3 Schedulers directly.
Ported from https://github.com/ReactiveX/RxAndroid
<a href='https://github.com/akarnokd/RxJavaAndroidInterop/actions?query=workflow%3A%22Java+CI+with+Gradle%22'><img src='https://github.com/akarnokd/RxJavaAndroidInterop/workflows/Java%20CI%20with%20Gradle/badge.svg'></a>
dependencies {
implementation "com.github.akarnokd:rxjava3-android-interop:3.0.0-RC6"
}
Usage
import hu.akarnokd.rxjava3.android.*;
import io.reactivex.rxjava3.core.*;
Flowable.intervalRange(1, 10, 1, 1, TimeUnit.SECONDS, AndroidInteropSchedulers.mainThread())
.subscribe(System.out::println);
plugins for overrides
import hu.akarnokd.rxjava3.android.*;
AndroidInteropPlugins.setMainThreadSchedulerHandler(scheduler -> scheduler);
Related Skills
node-connect
342.5kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
85.3kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
342.5kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
qqbot-media
342.5kQQBot 富媒体收发能力。使用 <qqmedia> 标签,系统根据文件扩展名自动识别类型(图片/语音/视频/文件)。
