You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am not sure does this have to just part of the View ? Does Presenter have to be informed about this?
For example, I want to make a call to the repository that fetches some data using Retrofit. But that call has to be done only if device has internet connection. My question is:Where to put this check?
The text was updated successfully, but these errors were encountered:
I am not sure does this have to just part of the View ? Does Presenter have to be informed about this?
For example, I want to make a call to the repository that fetches some data using Retrofit. But that call has to be done only if device has internet connection. My question is:Where to put this check?
The text was updated successfully, but these errors were encountered: