LInks

LInks


Great articles, sources, video and podcasts about RxJava

 

Articles:

Great point to start is the cycle of Articles Grokking RxJava by 

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/

Перевод на хабре этих статей

https://habrahabr.ru/post/265269/

Введение по русски

https://habrahabr.ru/post/269417/

Side effect methods

http://www.grokkingandroid.com/rxjavas-side-effect-methods/

 

Videos:

DEMYSTIFYING RXJAVA SUBSCRIBERS

http://jakewharton.com/demystifying-rxjava-subscribers/

 

The Art of Rx по русски


Podcasts:

Fragmented Jake Wharton on RxJava

http://fragmentedpodcast.com/episodes/7/

http://fragmentedpodcast.com/episodes/053-jake-wharton-on-rxjava-2/

RxJava with its core developer David Karnok

https://github.com/artem-zinnatullin/TheContext-Podcast/blob/master/show_notes/Episode_3_Part_1.md

https://github.com/artem-zinnatullin/TheContext-Podcast/blob/master/show_notes/Episode_3_Part_2.md

Useful articles, sources, videos, podcasts:


Official D2 users guide pages

http://google.github.io/dagger/users-guide.html


D2 по-русски

https://habrahabr.ru/post/279125/

https://habrahabr.ru/post/279641/


D2 sample app + great clean series of article

https://github.com/frogermcs/GithubClient

by author of cool tool https://github.com/frogermcs/AndroidDevMetrics


The Future of Dependency Injection with Dagger 2 - Jack Wharton talk 2015 dev of D1

https://www.youtube.com/watch?v=oK_XtfXPkqw


DAGGER 2 - A New Type of dependency injection - Greck Keck 2014 dev of D2

https://www.youtube.com/watch?v=plK0zyRLIP8


Architecting Android Applications with Dagger - Jack Wharton talk 2013 dev of D1

https://www.youtube.com/watch?v=0XHx9jtxIxU


@NonCofigurationScope - how retain Presenters with D2 Scopes on configuration change

https://github.com/partition/Dagger-Non-Configuration-Scope

https://www.youtube.com/watch?v=RWKFmvadXOI&index=11&list=PL53D99su2LqTzwRTj47XDH_wpogcDepoH



Podcast

http://fragmentedpodcast.com/episodes/021/


Basic topics:

https://en.wikipedia.org/wiki/Dependency_injection

https://en.wikipedia.org/wiki/Inversion_of_control


Some algorithms of graph creation and searching of dependencies

https://en.wikipedia.org/wiki/Topological_sorting

https://en.wikipedia.org/wiki/Directed_acyclic_graph

Report Page