A small collection of rx-java resources
##Blog posts Intro to rxjava
- https://gist.github.com/staltz/868e7e9bc2a7b8c1f754
- http://joluet.github.io/blog/2014/07/07/rxjava-retrofit/
- http://www.node.mu/2014/07/02/using-retrofit-and-rxjava-to-interact-with-web-services-on-android/
- http://techblog.netflix.com/2013/02/rxjava-netflix-api.html
- http://nerds.weddingpartyapp.com/tech/2015/01/05/debouncedbuffer-used-in-rxbus-example/ EventBus + rxjava
Daniel Lew
- http://blog.danlew.net/2014/09/15/grokking-rxjava-part-1/
- http://blog.danlew.net/2014/09/22/grokking-rxjava-part-2/
- http://blog.danlew.net/2014/09/30/grokking-rxjava-part-3/
- http://blog.danlew.net/2014/10/08/grokking-rxjava-part-4/
Timo Tuominen
-
http://open.blogs.nytimes.com/2014/08/18/getting-groovy-with-reactive-android
-
http://mttkay.github.io/blog/2013/08/25/functional-reactive-programming-on-android-with-rxjava/
Couchbase
- http://blog.couchbase.com/why-couchbase-chose-rxjava-new-java-sdk
- http://docs.couchbase.com/developer/java-2.0/observables.html
Fernando Cejas
##Videos
Droidcon uk 2014
- https://skillsmatter.com/skillscasts/5673-engineering-for-android-scale-at-soundcloud (needs login)
- https://skillsmatter.com/skillscasts/5620-rx-fy-all-the-things (needs login)
React conference London
##Slides
- http://www.slideshare.net/TimoTuominen1/rxjava-architectures-on-android-android-livecode-berlin
- https://speakerdeck.com/mttkay/conquering-concurrency-bringing-the-reactive-extensions-to-the-android-platform
##Code
- https://github.com/nightbear1009/SmallDaggerRetrofitRxjavaSample
- https://github.com/vyshane/rex-weather
- https://github.com/tehmou/rx-android-architecture
- https://github.com/flipper83/protohipster
- https://github.com/kaushikgopal/Android-RxJava
##Utils