Skip to content

Instantly share code, notes, and snippets.

@shikto1
Created May 28, 2020 08:40
Show Gist options
  • Select an option

  • Save shikto1/7128c44ba20132ae17cd56cc23e41bf9 to your computer and use it in GitHub Desktop.

Select an option

Save shikto1/7128c44ba20132ae17cd56cc23e41bf9 to your computer and use it in GitHub Desktop.
OkHttpClient okHttpClient = new OkHttpClient.Builder()
// .addInterceptor(provideHttpLoggingInterceptor()) // For HTTP request & Response data logging
.addInterceptor(OFFLINE_INTERCEPTOR)
.addNetworkInterceptor(ONLINE_INTERCEPTOR)
.cache(cache)
.build();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment