I am using NSURLHttpProtocol in iOS to intercept the network calls and get information in regards to which url is processed, when request initiated or complete and so on. I want to know how to intercept the network calls in android too. I have tried using WebViewClient but it just tells me about that webView .
I want to know if a particular call is made through webview, which urls are processed, which images are loaded in android.
Please suggest some solution on how to proceed with this.
Example: If I have a android based cordova application which basically has some set of webviews. How can I intercept those network calls, which are made through the resources inside the webview ?