Краткий справочник по основным RxJava объектам
#rxjava
https://habr.com/ru/company/funcorp/blog/459174/
#rxjava
https://habr.com/ru/company/funcorp/blog/459174/
Хабр
Справочник по источникам событий в Rx
RxJava используется в большом количестве android-приложений, но при этом многие не знают других источников событий, кроме Observable и, может быть, Flowable. О...
Зашел на github страницу RxJava и обнаружил, что вот уже месяц как существует третья версия! Пока что в статусе Release Candidate.
What's new:
- single dependency: Reactive-Streams
- continued support for Java 6+ & Android 2.3+
- fixed API mistakes and many limits of RxJava 2
- intended to be a replacement for RxJava 2 with relatively few binary incompatible changes
- Java 8 lambda-friendly API
- non-opinionated about source of concurrency (threads, pools, event loops, fibers, actors, etc.)
- async or synchronous execution
- virtual time and schedulers for parameterized concurrency
- test and diagnostic support via test schedulers, test consumers and plugin hooks
#rxjava
https://github.com/ReactiveX/RxJava/wiki/What's-different-in-3.0
What's new:
- single dependency: Reactive-Streams
- continued support for Java 6+ & Android 2.3+
- fixed API mistakes and many limits of RxJava 2
- intended to be a replacement for RxJava 2 with relatively few binary incompatible changes
- Java 8 lambda-friendly API
- non-opinionated about source of concurrency (threads, pools, event loops, fibers, actors, etc.)
- async or synchronous execution
- virtual time and schedulers for parameterized concurrency
- test and diagnostic support via test schedulers, test consumers and plugin hooks
#rxjava
https://github.com/ReactiveX/RxJava/wiki/What's-different-in-3.0
GitHub
What's different in 3.0
RxJava – Reactive Extensions for the JVM – a library for composing asynchronous and event-based programs using observable sequences for the Java VM. - ReactiveX/RxJava
Автор объясняет, в чем разница между CPU и IO операциями. Если используете RxJava, то станет понятно, какой шедулер использовать - io или computation.
#rxjava
https://www.hellsoft.se/understanding-cpu-and-i-o-bound-for-asynchronous-operations/
#rxjava
https://www.hellsoft.se/understanding-cpu-and-i-o-bound-for-asynchronous-operations/
Вышла RxJava 3. Вторая версия будет поддерживаться еще около года.
#rxjava
https://github.com/ReactiveX/RxJava/wiki/What's-different-in-3.0
#rxjava
https://github.com/ReactiveX/RxJava/wiki/What's-different-in-3.0
GitHub
What's different in 3.0
RxJava – Reactive Extensions for the JVM – a library for composing asynchronous and event-based programs using observable sequences for the Java VM. - ReactiveX/RxJava
Краткое сравнение RxJava и Coroutines
#kotlin #coroutines #rxjava
https://blog.danlew.net/2021/01/28/rxjava-vs-coroutines/
#kotlin #coroutines #rxjava
https://blog.danlew.net/2021/01/28/rxjava-vs-coroutines/
Dan Lew Codes
RxJava vs. Coroutines
At Trello Android, we’ve been considering switching from RxJava to coroutines.
We’ve already been using coroutines here and there, but it wasn’t something that
we could consider replacing RxJava with until recently because of missing
functionality. Now,…
We’ve already been using coroutines here and there, but it wasn’t something that
we could consider replacing RxJava with until recently because of missing
functionality. Now,…
Действительно ли RxJava так плоха, что ей не осталось места в наших приложениях? Используется ли она сейчас на проектах? Есть ли смысл изучать RxJava новичку?
#android #rxjava
https://habr.com/ru/articles/807925/
#android #rxjava
https://habr.com/ru/articles/807925/
Хабр
RxJava — всё?
Статья написана при поддержке канала Mobile Developer . В “далеком” 2018 г. разработчик компании EPAM Systems Владимир Иванов провел опрос среди своих подписчиков в Twitter, пытаясь узнать, какой...