https://kotlinlang.org logo
Title
m

myanmarking

03/29/2020, 6:56 PM
hey guys. is there any ETA for the DataFlow api for flows ?
Note that you could use
ConflatedBroadcastChannel.asFlow()
for now, it behaves exactly the same
b

Brendan Weinstein

03/29/2020, 8:16 PM
For simple components I've been using https://gist.github.com/brendanw/50fdce985d42ead177b55f85dce458eb as a replacement for BehaviorRelay/MutableLiveData while waiting for DataFlow.
m

myanmarking

03/30/2020, 8:12 AM
ok, thanks guys!