Intercepting Network Requests in Android
via OkHttp Interceptor.
If you are making network requests in your android app then I am pretty sure that you must be using Retrofit to do that. While Retrofit just makes requests it is also important to monitor these requests which can be achieved by using Interceptors.
Re...
avidraghav.hashnode.dev5 min read