Search code examples
Retrofit API call receives "HTTP FAILED: java.io.IOException: Canceled"...


androidrx-javaretrofit2okhttprx-android

Read More
How to explicitly unSubscribe from observable after the onComplete...


rx-javarx-java2rx-android

Read More
Convert AsyncTask to RxAndroid...


androidandroid-asynctaskrx-javarx-android

Read More
Unable to create call adapter for io.reactivex.Observable...


retrofitrx-javaretrofit2rx-androidrx-java2

Read More
When to use RxJava in Android and when to use LiveData from Android Architectural Components?...


androidrx-java2rx-androidreactiveandroid-architecture-components

Read More
Is it possible to re-throw an error in the calling method in RxAndroid?...


javaandroidrx-androidreactivex

Read More
Observable return type must be parameterized as Observable<Foo> or Observable<? extends Foo...


androidretrofitrx-javarx-android

Read More
How to resolve Duplicate files copied in APK META-INF/rxjava.properties...


androidandroid-gradle-pluginrx-javarx-android

Read More
doOnError does not catch the exception...


javaandroidrx-javarx-android

Read More
passing null in onNext through PublishSubject and filtering that response in RxJava...


javaandroidrx-android

Read More
Deliver the first item immediately, 'debounce' following items...


rx-javarx-android

Read More
Multiple chained API calls to fetch data, but doOnNext of PublishSubject is never reached...


retrofitrx-javarx-androidrx-java3

Read More
RxJava timer that repeats forever, and can be restarted and stopped at anytime...


androidrx-javaobserver-patternrx-android

Read More
Android - RxJava - Race condition...


javaandroidrx-javarx-android

Read More
RxAndroid: Fetch data from multiple apis...


javaandroidkotlinrx-javarx-android

Read More
How to use CompositeDisposable of RxJava 2?...


javaandroidrx-javarx-java2rx-android

Read More
How can I make this rxjava zip to run in parallel?...


javaandroidrx-javareactive-programmingrx-android

Read More
Rxandroid What's the difference between SubscribeOn and ObserveOn...


javaandroidrx-javarx-androidrx-java2

Read More
How to signal an infinite observable to stop/continue emission?...


javaandroidrx-javarx-android

Read More
Emit single item while update UI about progress in RxJava / RxAndroid...


javaandroidrx-javareactive-programmingrx-android

Read More
Only the original thread that created a view hierarchy can touch its views. RxAndroid...


androidretrofit2rx-android

Read More
RxJava retry based on logic...


retrofitrx-javarx-android

Read More
rxjava chain observalbes dynamiclly...


javaandroidrx-javarx-java2rx-android

Read More
Sending data over the air and after completion end the operation using RxAndroidBLE...


androidrx-javarx-java2rx-androidrxandroidble

Read More
The app is freezing for a little bit when using Retrofit with RxJava...


androidretrofitretrofit2rx-javarx-android

Read More
Cannot resolve method 'subscribe(io.reactivex.rxjava3.core.SingleObserver<okhttp3.ResponseBod...


androidretrofitretrofit2rx-java2rx-android

Read More
How can I subscribe and unsubscribe using onResume() and onPause() methods with RxJava 2?...


rx-androidrx-java2activity-lifecycle

Read More
How to limit retryWhen count...


rx-javarx-java2rx-androidreactivex

Read More
Rxjava with retrofit - zip() - how to bypass an error response...


javaandroidretrofitrx-javarx-android

Read More
What is the purpose of using a PublishSubject to trigger a disconnect rather than just unsubscribing...


javaandroidbluetoothrx-androidrxandroidble

Read More
BackNext