Skip to content
Advertisement

Tag: rx-android

RxJava Live Reactive Queue (with on off switch)

Working on an android app in kotlin. I need to set up a system to be able to do work from a live queue (and observe the results of the work in a stream). But I also have to be able to toggle the “queue processing” depending on a couple external factors (which also come in as streams) like networkIsAvailable

Advertisement