Posted on Leave a comment

About RX

Что нового в RxJava 3
[https://habr.com/ru/company/simbirsoft/blog/510400/]

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/

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

https://habrahabr.ru/post/265583/

https://habrahabr.ru/post/265727/

[https://habr.com/ru/company/funcorp/blog/459174/]

How RxJava chain actually works
[https://proandroiddev.com/how-rxjava-chain-actually-works-2800692f7e13]


Observable and Observer

There are 3 events:

  • onNext – there is new data
  • onError – a error occur
  • onComplete – there will not be new data

I bet your RxJava is on the wrong thread [ https://lorentzos.com/i-bet-your-rxjava-is-on-the-wrong-thread-ae02e66a3eac ]

Understanding CPU and I/O bound for asynchronous operations [ https://www.hellsoft.se/understanding-cpu-and-i-o-bound-for-asynchronous-operations/ ]

RxJava 2: Parallel Multiple Network Call Made Easy [ https://proandroiddev.com/rxjava-2-parallel-multiple-network-call-made-easy-1e1f14163eef ]

Fundamentals of RxJava with Kotlin for absolute beginners [ https://medium.com/@gabrieldemattosleon/fundamentals-of-rxjava-with-kotlin-for-absolute-beginners-3d811350b701 ]

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.