Skip to content Skip to sidebar Skip to footer
Showing posts with the label Rx Java

Rxjava/android: Combine Result Of Two Dependent Observables

I have two Observables. Observable getAObservable() Returns Observable of A Observable getBObse… Read more Rxjava/android: Combine Result Of Two Dependent Observables

How To Repeat Same Network Request Multiple Times(different Parameters) In Rxjava/rxandroid?

So, I have a /download API which returns me a generic Object (based on an index number which is its… Read more How To Repeat Same Network Request Multiple Times(different Parameters) In Rxjava/rxandroid?

RxJava, Proguard And Sun.misc.Unsafe

I have problems with RxJava (1.1.0) when using Proguard. I didn't change RxJava version nor its… Read more RxJava, Proguard And Sun.misc.Unsafe

Rx-java Pass By Reference Or Pass By Value?

In java methods everything is passed-by-value so i can change the object attributes passed to the m… Read more Rx-java Pass By Reference Or Pass By Value?

Filter A Response Using Rx And Retrofit

I have a call in Rx like so: rxHelper.manageSubscription(HavocService.getInstance().getHavocAPI().g… Read more Filter A Response Using Rx And Retrofit