You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<li><ahref="http://www.introtorx.com/Content/v1.0.10621.0/07_Aggregation.html#GroupBy"><cite>Introduction to Rx</cite>: GroupBy</a></li>
31
+
<li><ahref="http://blogs.microsoft.co.il/iblogger/2015/08/11/animations-of-rx-operators-groupby/">Animations of Rx operators: GroupBy</a> by Tamir Dresher</li>
Copy file name to clipboardExpand all lines: tutorials.markdown
+5-2Lines changed: 5 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -21,12 +21,14 @@ id: tutorials
21
21
*[What is Reactive Programming?](http://blog.hackhands.com/overview-of-reactive-programming/) a video presentation by Jafar Husain.
22
22
*[Reactive Extensions: Beyond the Basics](https://www.youtube.com/watch?v=Jt-_oVQVZlQ), a presentation by Dan Lew (how to make your own operators, avoiding memory leaks in subscriptions, understanding Schedulers, hot and cold Observables, sharing Observables, the trouble with Subjects, backpressure)
23
23
*[Reactive Programming](https://www.youtube.com/watch?v=3bAQXTVsEiQ), video of a presentation by Venkat Subramaniam
24
+
*[ReactiveX, RxJava, and RxAndroid - where to start](http://www.andreamaglie.com/rxjava-android-where-to-start/) by Andrea Maglie
24
25
25
26
## Tutorials
26
27
*[Learn RxJava](http://github.com/jhusain/learnrxjava/) by Jafar Husain
27
28
*[Rx Workshop](http://rxworkshop.codeplex.com/)
28
29
*[Reactive Programming and MVC](http://aaronstacy.com/writings/reactive-programming-and-mvc/)
29
30
* An interactive tutorial: [Functional Programming in Javascript](http://jhusain.github.io/learnrx/) and [an accompanying lecture (video)](http://www.youtube.com/watch?v=LB4lhFJBBq0) by Jafar Husain
31
+
*[RxJava Tutorial 01](https://www.youtube.com/watch?v=hzaq64zh0K4) a video tutorial from ZA Software Development Tutorials showing how to set up a simple project in Eclipse
30
32
31
33
## Books
32
34
*[Intro to Rx](http://www.amazon.com/Introduction-to-Rx-ebook/dp/B008GM3YPM/)
*[Introduction to RxJava for Android](http://www.philosophicalhacker.com/2015/06/16/introduction-to-rxjava-for-android-the-talk/) by Matt Dupree
104
+
*[Getting Started With ReactiveX on Android](http://code.tutsplus.com/tutorials/getting-started-with-reactivex-on-android--cms-24387) by Ashraff Hathbelagal
102
105
*[Asynchronous Android Programming (The Good, the Bad, and the Ugly)](http://code.hootsuite.com/asynchronous-android-programming-the-good-the-bad-and-the-ugly/) by Devin Corrigall
103
106
*[Grokking RxJava, Part 4: Reactive Android](http://blog.danlew.net/2014/10/08/grokking-rxjava-part-4/) — by Dan Lew
104
107
*[RxJava on Android: PopupMenus and Dialogs](http://adelnizamutdinov.github.io/blog/2014/11/23/advanced-rxjava-on-android-popupmenus-and-dialogs/) by Adel Nizamutdinov
105
108
*[Tackling Complexity in Android Apps with RxJava at SoundCloud](http://www.infoq.com/news/2014/11/android-rxjava-at-soundcloud): Matt McComb interviews Matthias Käppler
106
109
*[Resources for Learning RxJava for Android](http://gregloesch.com/dev/2014/10/20/resources-for-learning-rxjava-android.html) by Greg Loesch
107
110
*[Top 7 Tips for RxJava on Android](http://futurice.com/blog/top-7-tips-for-rxjava-on-android)
108
-
*[RxBinding](https://android-arsenal.com/details/1/1259) — easy one-way binding support for Android, based on RxJava
111
+
*[RxBinding](https://github.com/JakeWharton/RxBinding) — easy one-way binding support for Android, based on RxJava
109
112
*[G-Rex](https://github.com/Naturally-Being/G-Rex) — a tiny library that assists in saving and restoring objects to and from disk using RxJava on Android
110
113
*[Replace AsyncTask and AsyncTaskLoader with rx.Observable](http://stablekernel.com/blog/replace-asynctask-asynctaskloader-rx-observable-rxjava-android-patterns/) by Ross Hambrick
111
114
*[How to Keep Your RxJava Subscribers from Leaking](http://philosophicalhacker.com/2015/03/24/how-to-keep-your-rxjava-subscribers-from-leaking/) by Matt Dupree
112
115
*[Android reactive programming with RxJava](https://www.youtube.com/watch?v=JCLZ55M2gVo) video of a presentation by Ivan Morgillo
113
-
*[Learning RxJava (for Android) by example](https://newcircle.com/s/post/1744/2015/06/29/learning-rxjava-for-android-by-example) video and speaker deck of a presentation by Kaushik Gopal
116
+
*[Learning RxJava (for Android) by example](https://newcircle.com/s/post/1744/2015/06/29/learning-rxjava-for-android-by-example) video and speaker deck of a presentation by Kaushik Gopal, and [the associated GitHub repository](https://github.com/kaushikgopal/RxJava-Android-Samples)
114
117
115
118
## RxNetty
116
119
*[Accessing Meetup’s streaming API with RxNetty](http://www.nurkiewicz.com/2014/12/accessing-meetups-streaming-api-with.html) by Tomasz Nurkiewicz
0 commit comments