#RxJava Resources
###Videos:
- Intro to Functional Reactive Programming
- Ben Christensen - "Functional Reactive Programming with RxJava"
- Tech Talk: Prescription Strength Apps with RxJava (also talks about RxAndroid)
- Rx Workshop (first couple of videos)
- RxJava Easy Wins: Breaking down Reactive Programming
- Learn you some Rx for the greater good
- Erik Meijer: Rx in 15 Minutes
###Blogs/Articles:
- The introduction to Reactive Programming you've been missing
- Functional Reactive Programming on Android With RxJava
- Learning RxJava With Android by Example
- Grokking RxJava, Part 1: The Basics
- Grokking RxJava, Part 2: Operator, Operator
- Grokking RxJava, Part 3: Reactive with Benefits
- Grokking RxJava, Part 4: Reactive Android
- Neatly Composing REST Calls Using Retrofit and RxJava
- RxJava Threading Examples
###Repos/Wikis:
- RxJava Wiki
- RxJava Additional Reading
- RxJava Koans (highly recommended!)
- Android specific:
###Slide decks:
- Conquering concurrency - bringing the Reactive Extensions to the Android platform
- RxJava Architectures on Android #8 Android LiveCode
Concepts
- Hot vs. Cold Observables