Skip to content
This repository has been archived by the owner on Jun 30, 2021. It is now read-only.

Latest commit

 

History

History

workshop4

Workshop 4

This workshop will be an introduction to the concepts of reactive programming and the RxJava/RxScala library. If you want to follow along in your own project, please make sure to have the RxScala library on your classpath. See also the RxScala README.

Please read through the material in the following order. At the end of certain sections we indicate that you should be able to do certain assignments.

  1. Interactive collections - A brief looking back on the previous workshop and interactive collections
  2. Reactive collections - Introducing reactive programming, reactive collections and the basics of Rx
  3. Operators - An overview of some basic operators on Observables
  4. Combining streams - An overview of some basic combinator operators on Observables

Further reading

When working with Rx, it is always useful to have the following pages opened:

Further useful web pages to read or to have as reference material: