Reactive Java Programming

Learn reactive programming using Java and its functional aspects, sometimes called RxJava. This book shows you how to solve "callback hell" with RxJava and shows you how to write thread-safe code without hanging onto state variables which comes in handy for cloud computing software-as-a-se...

Full description

Bibliographic Details
Main Author: Maglie, Andrea
Format: eBook
Language:English
Published: Berkeley, CA Apress 2016, 2016
Edition:1st ed. 2016
Subjects:
Online Access:
Collection: Springer eBooks 2005- - Collection details see MPG.ReNa
Table of Contents:
  • 1. ReactiveX and RxJava
  • 2. Observables and Observers
  • 3. Subscription Lifecycle
  • 4. Subjects
  • 5. Networking with RxJava and Retrofit
  • 6. RxJava and Android