This book is a Chinese translation of the book written by Ivan.morgillo and is for Exchange only and is strictly prohibited for commercial use. Also recommended a sister article "Learning Reactive Programming".
"RxJava Essentials" translation Chinese version ebook
Read online: http://rxjava.yuxingxin.com
The contents of this book are
1.rx-from. NET to RxJava
This chapter takes you into the world of reactive. We will compare reactive methods and traditional methods to explore similarities and differences between them.
2.Why observables?
This chapter gives an overview of the Observer pattern, how to implement it and how to extend it with Rxjava, what the Observer is, and how the observer is associated with the iteration.
3.Hello REACTIVE WORLD
This chapter uses the knowledge we have learned to create the first reactive Android app.
4.Filtering observables
In this chapter we will look at the nature of the observable sequence: filtering. We will also learn how to choose the values we want from a given observable, how to get a finite number, how to handle overflow scenarios, and more useful tricks.
5.Transforming observables
This chapter will tell you how to create the sequence we need by transforming the observable sequence.
6.Combining observables
This chapter combines research with functions and also learns how to work with multiple observable when creating the observable we want.
7.schedulers-defeating the Android mainthread Issue
This chapter describes how to use Rxjava schedulers to handle multithreading and concurrent programming. We will also use reactive to create network operations, memory accesses, and time-consuming processing.
8.REST in Peace-rxjava and Retrofit
This chapter teaches you how to combine the retrofit and Rxjava of the square to create a more efficient rest client program.
RxJava Learning Books--rxjava Essentials