I have an apiClass which makes all the network calls
and I was thinking my options are these:
do the check inside the
activity/fragmentdo the check inside the
apiClientclass
I'm sure there is a better alternative.
EDIT
This answer suggests my second option. Is there a better approach?