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?