hello guys, is there any good way of handling mult...
# android
i
hello guys, is there any good way of handling multiple load states in viewmodel using flows?
a
I know this is very general but try the MVI pattern.
a
At the risk of shameless self-promotion, there are some thoughts on this at https://proandroiddev.com/coordinating-multiple-view-visibility-with-flow-and-the-combine-operator-6ecceaadd37c, may be helpful, may be not.