Top "Rx-android" questions

RxJava bindings for Android

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

I have a sleep method for simulating a long running process. private void sleep() { try { Thread.sleep(2000); } catch (InterruptedException e) { …

java android rx-java reactive-programming rx-android
Android MVP with RxAndroid + Retrofit

Recently I started reading a lot about MVP and I want to get into practicing my projects with it. However …

android design-patterns mvp rx-java rx-android
Queuing tasks with RxJava in Android

I'm developing application for Android with background data synchronization. I'm currently using RxJava to post some data on server in …

android rx-java rx-android