- Learning RxJava
- Thomas Nield
- 144字
- 2021-07-02 22:22:47
Who this book is for
This book is for Java programmers who have a fundamental grasp of object-oriented programing and core Java features. You should be familiar with variables, types, classes, properties, methods, generics, inheritance, interfaces, and static classes/properties/methods. In the Java standard library, you should at least be familiar with collections (including Lists, Sets, and Maps) as well as object equality (hashcode()/equals()). If any of these topics sound unfamiliar, you may want to read Java: A Beginner’s Guide by Herbert Schildt to learn the fundamentals of Java. Also, Effective Java (2nd Edition) by Joshua Bloch is a classic book that should be on every Java developer’s shelf. This book strives to use the best practices cited by Bloch.
You do not need to be familiar with concurrency as a prerequisite. This topic will be covered from an RxJava perspective.
- Java多線程編程實(shí)戰(zhàn)指南:設(shè)計(jì)模式篇(第2版)
- MongoDB for Java Developers
- Apache Hive Essentials
- INSTANT Sencha Touch
- Android 7編程入門經(jīng)典:使用Android Studio 2(第4版)
- Oracle數(shù)據(jù)庫(kù)從入門到運(yùn)維實(shí)戰(zhàn)
- Podman實(shí)戰(zhàn)
- Scientific Computing with Scala
- 量化金融R語(yǔ)言高級(jí)教程
- Python Data Analysis Cookbook
- Unity 3D/2D移動(dòng)開發(fā)實(shí)戰(zhàn)教程
- Modernizing Legacy Applications in PHP
- Learning Image Processing with OpenCV
- 一步一步學(xué)Spring Boot:微服務(wù)項(xiàng)目實(shí)戰(zhàn)(第2版)
- Android應(yīng)用開發(fā)攻略