- Learning RxJava
- Thomas Nield
- 245字
- 2021-07-02 22:22:50
RxJava 1.0 versus RxJava 2.0 - which one do I use?
As stated earlier, you are encouraged to use RxJava 2.0 if you can. It will continue to grow and receive new features, while RxJava 1.0 will be maintained for bug fixes. However, there are other considerations that may lead you to use RxJava 1.0.
If you inherit a project that is already using RxJava 1.0, you will likely continue using that until it becomes feasible to refactor to 2.0. You can also check out David Akarnokd's RxJava2Interop project (https://github.com/akarnokd/RxJava2Interop), which converts Rx types from RxJava 1.0 to RxJava 2.0 and vice versa. After you finish this book, you may consider using this library to leverage RxJava 2.0 even if you have the RxJava 1.0 legacy code.
In RxJava, there are several libraries to make several Java APIs reactive and plug into RxJava seamlessly. Just to name a few, these libraries include RxJava-JDBC, RxAndroid, RxJava-Extras, RxNetty, and RxJavaFX. At the time of writing this, only RxAndroid and RxJavaFX have been fully ported to RxJava 2.0 (although many other libraries are following). By the time you are reading this, all major RxJava extension libraries will hopefully be ported to RxJava 2.0.
You will also want to prefer RxJava 2.0 because it was built on much of the hindsight and wisdom gained from RxJava 1.0. It has better performance, simpler APIs, a cleaner approach to backpressure, and a bit more safety when hacking together your own operators.
- Unity 2020 By Example
- 高級語言程序設計(C語言版):基于計算思維能力培養(yǎng)
- Visual C#.NET程序設計
- Learning ArcGIS for Desktop
- Unity UI Cookbook
- 領域驅(qū)動設計:軟件核心復雜性應對之道(修訂版)
- Emgu CV Essentials
- SpringBoot從零開始學(視頻教學版)
- 超簡單:Photoshop+JavaScript+Python智能修圖與圖像自動化處理
- 視窗軟件設計和開發(fā)自動化:可視化D++語言
- SQL Server 2008實用教程(第3版)
- Instant Pygame for Python Game Development How-to
- Python程序設計:基礎與實踐
- 情境微課開發(fā)(第2版)
- JavaScript程序設計實例教程(第2版)