- Learning RxJava
- Thomas Nield
- 149字
- 2021-07-02 22:22:48
Thinking Reactively
It is assumed you are fairly comfortable with Java and know how to use classes, interfaces, methods, properties, variables, static/nonstatic scopes, and collections. If you have not done concurrency or multithreading, that is okay. RxJava makes these advanced topics much more accessible.
Have your favorite Java development environment ready, whether it is Intellij IDEA, Eclipse, NetBeans, or any other environment of your choosing. I will be using Intellij IDEA, although it should not matter or impact the examples in this book. I recommend that you have a build automation system as well such as Gradle or Maven, which we will walk through shortly.
Before we dive deep into RxJava, we will cover some core topics first:
- A brief history of Reactive Extensions and RxJava
- Thinking reactively
- Leveraging RxJava
- Setting up your first RxJava project
- Building your first reactive applications
- Differences between RxJava 1.0 and RxJava 2.0
推薦閱讀
- Boost.Asio C++ Network Programming(Second Edition)
- Reactive Programming with Swift
- DevOps Automation Cookbook
- C/C++常用算法手冊(第3版)
- Asynchronous Android Programming(Second Edition)
- Corona SDK Mobile Game Development:Beginner's Guide(Second Edition)
- Active Directory with PowerShell
- 愛上micro:bit
- Rust游戲開發(fā)實(shí)戰(zhàn)
- 從程序員角度學(xué)習(xí)數(shù)據(jù)庫技術(shù)(藍(lán)橋杯軟件大賽培訓(xùn)教材-Java方向)
- 從零開始學(xué)Android開發(fā)
- JavaScript編程精解(原書第2版)
- Clojure High Performance Programming(Second Edition)
- INSTANT Apache Hive Essentials How-to
- Python數(shù)據(jù)科學(xué)實(shí)踐指南