Skip to content

Commit 4fe481e

Browse files
committed
Adding a few new links to the tutorials page
1 parent 8d455fc commit 4fe481e

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

documentation/operators/groupby.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ <h4>See Also</h4>
2828
<ul>
2929
<li><a href="window.html"><span class="operator">Window</span></a></li>
3030
<li><a href="http://www.introtorx.com/Content/v1.0.10621.0/07_Aggregation.html#GroupBy"><cite>Introduction to Rx</cite>: GroupBy</a></li>
31+
<li><a href="http://blogs.microsoft.co.il/iblogger/2015/08/11/animations-of-rx-operators-groupby/">Animations of Rx operators: GroupBy</a> by Tamir Dresher</li>
3132
</ul>
3233

3334
<h2>Language-Specific Information:</h2>

tutorials.markdown

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,14 @@ id: tutorials
2121
* [What is Reactive Programming?](http://blog.hackhands.com/overview-of-reactive-programming/) a video presentation by Jafar Husain.
2222
* [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)
2323
* [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
2425

2526
## Tutorials
2627
* [Learn RxJava](http://github.com/jhusain/learnrxjava/) by Jafar Husain
2728
* [Rx Workshop](http://rxworkshop.codeplex.com/)
2829
* [Reactive Programming and MVC](http://aaronstacy.com/writings/reactive-programming-and-mvc/)
2930
* 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
3032

3133
## Books
3234
* [Intro to Rx](http://www.amazon.com/Introduction-to-Rx-ebook/dp/B008GM3YPM/)
@@ -99,18 +101,19 @@ id: tutorials
99101
## Android
100102
* [The RxAndroid Project](https://github.com/ReactiveX/RxAndroid)
101103
* [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
102105
* [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
103106
* [Grokking RxJava, Part 4: Reactive Android](http://blog.danlew.net/2014/10/08/grokking-rxjava-part-4/) — by Dan Lew
104107
* [RxJava on Android: PopupMenus and Dialogs](http://adelnizamutdinov.github.io/blog/2014/11/23/advanced-rxjava-on-android-popupmenus-and-dialogs/) by Adel Nizamutdinov
105108
* [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
106109
* [Resources for Learning RxJava for Android](http://gregloesch.com/dev/2014/10/20/resources-for-learning-rxjava-android.html) by Greg Loesch
107110
* [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
109112
* [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
110113
* [Replace AsyncTask and AsyncTaskLoader with rx.Observable](http://stablekernel.com/blog/replace-asynctask-asynctaskloader-rx-observable-rxjava-android-patterns/) by Ross Hambrick
111114
* [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
112115
* [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)
114117

115118
## RxNetty
116119
* [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

Comments
 (0)