📜 ⬆️ ⬇️

Intro to rxjava

As part of the educational programs in e-Legion, we give lectures on Android development in the ITIS KFU laboratory . We decided to share two of them with you. Lectures are devoted to the increasingly popular framework RxJava.

Lecture 1


The lecture tells about:


Presentation .

In addition, as part of the class it was proposed to solve 4 practical tasks in order to better master the material. You can also try your hand (link to all test projects and examples at the end).

Lecture 2


The second lecture is devoted to using RxJava and RxAndroid in the real world when developing applications.


Presentation .
')
Within the class there were 2 practical tasks: one for paralleling and query management, the second, more general, building a simple architecture with RxJava and periodically updating data from the server.

Github link

Source: https://habr.com/ru/post/272459/


All Articles