Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 487 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 487 Bytes

Converting callback async calls to RxJava

Companion piece to blog post

This app reports values from the accelerometer sensor reactively using RxJava, then outputs all the values to logcat using different AsyncEmitter.BackpressureMode strategies

App Screenshot

App Screenshot

Logcat output when MissingBackpressureException is thrown

logcat output example