Search code examples
Single causes either Network on Main Thread or View Root from Wrong Thread exceptions...


androidkotlinrx-kotlin2

Read More
Chain of RxJava calls...


androidkotlinrx-javarx-java2rx-kotlin2

Read More
Observable.never() in "non testing" production code and it is not disposed explicity?...


observablerx-java2publish-subscribeobserver-patternrx-kotlin2

Read More
How to extend Observables.combineLatest() with fourth source?...


kotlinrx-java2rx-java3rx-kotlin2

Read More
Available doOnError{} did not solve The exception not handled due to missing onError handler in the ...


kotlinrx-javarx-java2rx-java3rx-kotlin2

Read More
How to unsubscribe from Flowable in RxKotlin/RxJava?...


android-fragmentsrx-javarx-java2rx-androidrx-kotlin2

Read More
Android BLE RxKotlin...


androidkotlinrx-java2rx-kotlin2

Read More
RxKotlin COUNT with GROUP BY and return a list...


kotlinrx-javarx-kotlinrx-kotlin2

Read More
How to call a method multiple times using RxJava's method retryWhen?...


javakotlinrx-java2rx-kotlin2

Read More
Simple HTTP request example in Android using Kotlin...


androidkotlinrx-androidrx-kotlinrx-kotlin2

Read More
RxKotlin, RxJava: Observable/Single not starting...


observablerx-javarx-java2publish-subscriberx-kotlin2

Read More
How to handle exception when doing request to external service and return status accordingly in Micr...


rx-java2micronautrx-kotlin2

Read More
How to make the map wait till the current index item is finished processing and then take the next i...


androidkotlinrx-java2rx-androidrx-kotlin2

Read More
RxJava ConcatArrayDelayError and filters: returning an error only if both sources fail...


androidobservablerx-java2repository-patternrx-kotlin2

Read More
Unexpected NullPointException with RxKotlin when mapping optionals...


kotlinrx-java2rx-kotlin2

Read More
Schedulers.io() Throwing NullPointerException in my Unit Tests...


androidunit-testingrx-java2rx-kotlin2

Read More
How to use Rxjava for long running background task...


androidrx-javarx-java2rx-kotlin2

Read More
Do we need to call onComplete() of subject in onDestroy() method of activity?...


androidrx-javarx-java2rx-kotlin2

Read More
How to handle a multiple singles?...


rx-java2rx-kotlin2

Read More
What's the behavior of onBackpressureBuffer in RxJava2...


javakotlinrx-java2rx-kotlin2

Read More
Perform non-transformative action on each item in observable before onNext...


androidkotlinrx-javarx-java2rx-kotlin2

Read More
How to avoid multiple mapper calls when using flatMapSingle...


rx-java2rx-kotlin2

Read More
Convert Rxjava Completable to Map...


androidrx-javarx-java2rx-kotlin2

Read More
RxJava2 Error Handling Wrapper For Retrofit Service...


androidretrofitrx-java2rx-kotlin2

Read More
Handling Executors in RxKotlin...


androidrx-java2rx-kotlin2

Read More
how to fix "can't resolve rxkotlin" in android...


androidkotlinrx-kotlin2

Read More
Android - Kotlin Sealed class with Rxkotlin filter...


androidkotlinrx-javarx-kotlin2

Read More
Android - Generic type as a Expressions In ObservableTransformer...


androidkotlinrx-java2rx-kotlin2

Read More
Rx (RxKotlin) - rightGroupJoin using groupJoin - merge / combine two observables of different types...


rxjsrx-javareactive-programmingrx-kotlinrx-kotlin2

Read More
Using `onBackpressureLatest` to drop intermediate messages in blocking Flowable...


rx-java2rx-kotlin2

Read More
BackNext