Detect offline error in Retrofit

Updated 18 August 2017

Save

We will need to handle and detect the offline error in Retrofit call, It is a basic requirement when we are implementing Offline Application or visible network error view.

How can it be possible?

Essentially, we will create a class that implements Interceptor so that we can perform a network connectivity and checks before executing the request.

NetworkConnectionInterceptor interceptor will handle every API call, when, if no network is found then it interrupts the normal flow of execution so we will create our own NoConnectivityException Exception class. that throws an Exception.

Add NetworkConnectionInterceptor with our retrofit Service client.

Finally, Detect Offline connection Exception in our Activity, Handler or Fragment.

 

author
. . .

Leave a Comment

Your email address will not be published. Required fields are marked*


2 comments

  • heymonheymon
    • ashwini gupta (Moderator)
  • Start a Project


      Message Sent!

      If you have more details or questions, you can reply to the received confirmation email.

      Back to Home