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
HI @anitaa1990 Great work! may I know how would you handle the the Network Error in UI ? .doOnError(t -> onFetchFailed()) in NetworkBoundResource.java
I'm basing my code on same approach but limited understanding i have of it. I cant see how to inform UI of the network error? can you help me out with this ? i couldn't find a solution in your repository.
thanks .
The text was updated successfully, but these errors were encountered:
HI @anitaa1990 Great work! may I know how would you handle the the Network Error in UI ?
.doOnError(t -> onFetchFailed())
in NetworkBoundResource.javaI'm basing my code on same approach but limited understanding i have of it. I cant see how to inform UI of the network error? can you help me out with this ? i couldn't find a solution in your repository.
thanks .
The text was updated successfully, but these errors were encountered: