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

Writing Multiple Commands To Characteristic

I am just discovering rxandroidble and can reliably send a single command to the BLE device after c… Read more Writing Multiple Commands To Characteristic

How To Make Multiple Requests With Reactive Android And Retrofit

I have presenter which calls getShops() method. Observable > observable = interactor.getData(); … Read more How To Make Multiple Requests With Reactive Android And Retrofit

Am I Using Flatmap Correctly To Merge Results From Multiple Api Calls?

I want to make multiple API calls (with three different queries) and merge the results and then dis… Read more Am I Using Flatmap Correctly To Merge Results From Multiple Api Calls?

Retrofit + Rxjava: How To Implement Iterable N Requests?

I have a problem to implement following problem: I'm making a request that fetches all active l… Read more Retrofit + Rxjava: How To Implement Iterable N Requests?

Networkonmainthreadexception With Retrofit-beta2 And Rxjava

I recently upgraded from retroft-beta1 and this was working. I have the following interface for the… Read more Networkonmainthreadexception With Retrofit-beta2 And Rxjava

Progress Dialog Not Showing Up Before Rxjava Call

I have the following code, where I start a ring dialog before I make a long running task, done in R… Read more Progress Dialog Not Showing Up Before Rxjava Call

Rx Java Observable Execute Until Some Condition

I am trying to find a way to execute observable until some condition is met. Consider the following… Read more Rx Java Observable Execute Until Some Condition

Get Googlemap Snapshot On Background

I'm trying to get the snapshot of a GoogleMap (from MapView) on background, return it with a ca… Read more Get Googlemap Snapshot On Background