Is there something like `PublishSubject` for live ...
# android
i
Is there something like
PublishSubject
for live data? I.E. which emits events without storing them?
p
SingleLiveEvent
😱 1
isn't it in one of the standard libraries?
p
it is not
you can simply copy paste the class
i
ok 👍
thanks!
read that article, he created the class.
👍 1