
Reactive Programming with RxJava
Author: Tomas Nurkevich, Ben Christensen
Format: pdf
Size: 2MB
Downloaded: 168
Download book PDFRead Online
Description:
RxJava is a library designed for functional reactive programming, a popular type of programming today. The library is based on the Observer design pattern. The book is written for experienced Java developers with the goal of introducing them to the principles of reactive programming and the basic concepts of the RxJava library.
The book covers the following topics:
- reactive programming with RxJava
- Observer design pattern
- concurrency
- work with HTTP
- testing and debugging
- Android development with RxJava and more