Hey guys can anyone help me with networkboundresou...
# android
v
Hey guys can anyone help me with networkboundresource helper class with corrutines ?? Anyone tried that ?
google 4
👍 2
s
Are you able to summarise (in dot point) what questions you have about it?
d
Please check the channel topic
v
I want to remove the appexecutors with the corutines
z
i don't see why you're trying to either rewrite networkBoundResource to coroutines, or to use networkBoundResource at all if you can't customize its behavior with the chosen toolkit.
as NetworkBoundResource relies on MediatorLiveData, it's unlikely that you'll be able to find an equivalent to
onActive()
(technically
addSource {
) until SharedFlow is complete.
👍 1