Anyone tried using coroutines to implement a wrapp...
# android
d
Anyone tried using coroutines to implement a wrapper over a
BroadcastReceiver
that needs to be registered on the fly in a service (to await for a notification's pending intent...)?
c
d
I really meant that in Rx there's a few libraries like this, but in Coroutines I haven't found. I was wondering if maybe I missed an implementation... or maybe its just so simple in coroutines that anyone needing this just whips it up by themselves every time?
r
@dave08 how to goes by using rx?
d
There's I think a bunch, one is: https://github.com/cantrowitz/RxBroadcast