Tagged in

Rxjava

Google Developer Experts
Google Developer Experts
Experts on various Google products talking tech.
More information
Followers
33K
Elsewhere
More, on Medium

Chaining LiveData like RxJava with Kotlin extension

If you haven’t read my article about NonNull LiveData, you need to read it. Same idea will be reused here.

If you don’t know about RxJava, you also need to read about it from https://github.com/ReactiveX/RxJava.


Reactive Programming para Desenvolvedores Android — Part 2

No último post dei uma introdução a Reactive Programming onde comecei por falar sobre a nomenclatura “functional reactive programming” que era inicialmente utilizada e o porque desta não definir propriamente este pattern devida a…