LukasLechnerDev/Kotlin-Coroutines-and-Flow-UseCases-on-Android

Propagating state

IkemNwodo opened this issue · 1 comments

Please how best can propagate state(like status) from the repository down to viewmodel using coroutine(no livedata usage in repository)?.
I read a medium article about livedata usage in any other layers aside presentation being inappropriate

This sounds like a use case for using Flow. I will try to add some use cases that uses Flow in the future.