Name Links RxAndroid https://github.com/ReactiveX/RxAndroid Codepath RxJava Guide http://guides.codepath.com/android/RxJava Getting Started with RxJava and Android http://www.captechconsulting.com/blogs/getting-started-with-rxjava-and-android Reactivex.io http://reactivex.io/ Getting Started With ReactiveX on Android http://code.tutsplus.com/tutorials/getting-started-with-reactivex-on-android--cms-24387 Grokking RxJava by Dan Lew http://blog.danlew.net/2014/09/15/grokking-rxjava-part-1/ LambdaJam Chicago 2013: Functional Reactive Programming in the Netflix API by Ben Christensen https://speakerdeck.com/benjchristensen/functional-reactive-programming-in-the-netflix-api-lambdajam-2013 QCon London 2013 presentation: Functional Reactive Programming in the Netflix API and a related interview with Ben Christensen http://www.infoq.com/presentations/netflix-functional-rx Functional Reactive in the Netflix API with RxJava by Ben Christensen and Jafar Husain http://techblog.netflix.com/2013/02/rxjava-netflix-api.html RxJava in Different Flavours of Java: Java 7 and Java 8 implementations of the same code http://instil.co/2014/08/05/rxjava-in-different-flavours-of-java/ Optimizing the Netflix API by Ben Christensen http://techblog.netflix.com/2013/01/optimizing-netflix-api.html Reactive Programming at Netflix by Jafar Husain http://techblog.netflix.com/2013/01/reactive-programming-at-netflix.html Implementing an Event Bus with RxJava by Kaushik Gopal http://nerds.weddingpartyapp.com/tech/2014/12/24/implementing-an-event-bus-with-rxjava-rxbus/ Ben Christensen explains RxJava “backpressure” strategies (video) https://www.parleys.com/play/543f8d5be4b06e1184ae4106/about Advanced RxJava a blog from Dávid Karnok http://akarnokd.blogspot.hu/ Unit Testing RxJava Observables by Iván Carballo https://medium.com/ribot-labs/unit-testing-rxjava-6e9540d4a329 RxJava: Unit Testing Examples by Nathan Hunston https://medium.com/mobile-engineering/rxjava-unit-testing-examples-a26af80dfce4 Turning Twitter4J into RxJava’s Observable by Tomasz Nurkiewicz http://www.nurkiewicz.com/2014/01/turning-twitter4j-into-rxjavas.html Converting between Completablefuture and Observable by Tomasz Nurkiewicz http://www.nurkiewicz.com/2014/11/converting-between-completablefuture.html RxJava Observables and Akka Actors by Anton Kropp http://onoffswitch.net/rxjava-observables-akka-actors/ Vert.x and RxJava by @petermd http://slid.es/petermd/eclipsecon2014 Deferring Observable code until subscription in RxJava by Dan Lew http://blog.danlew.net/2015/07/23/deferring-observable-code-until-subscription-in-rxjava/ Convert a Listener into an Observable by Andrea Maglie http://www.andreamaglie.com/rxjava-listener-to-observable/ Experimentation with RxJava by Joan Zapata http://blog.joanzapata.com/experimentation-with-rx/