I'm using the MVP pattern and network calls are li...
# coroutines
m
I'm using the MVP pattern and network calls are limited to the Model, responses are relayed to the Presenter which does something with it...