https://github.com/nurkiewicz/rxjava-workshop
1 day RxJava 2 hands-on workshop
https://github.com/nurkiewicz/rxjava-workshop
rxjava2 tutorial workshop
Last synced: 10 months ago
JSON representation
1 day RxJava 2 hands-on workshop
- Host: GitHub
- URL: https://github.com/nurkiewicz/rxjava-workshop
- Owner: nurkiewicz
- Created: 2016-10-17T21:32:54.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-11-21T19:47:10.000Z (about 8 years ago)
- Last Synced: 2025-03-18T09:21:34.041Z (10 months ago)
- Topics: rxjava2, tutorial, workshop
- Language: Java
- Homepage:
- Size: 117 KB
- Stars: 65
- Watchers: 8
- Forks: 47
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# RxJava workshop
## Instructions
Import to your favorite IDE and run [`com.nurkiewicz.rxjava.R00_SmokeTest`](https://github.com/nurkiewicz/rxjava-workshop/blob/master/src/test/java/com/nurkiewicz/rxjava/R00_SmokeTest.java).
It should build and pass.
Some tests do not have assertions and are merely used to observe the behavior manually.