How to use this API(HttpConnectionMetrics) in android?
I want to get the number of requests send to server and number of responses received from server while loading a web page in android. I found some API's in HttpConnectionMetrics
getRequestCount();
getResponseCount();
But i don't know how to use them. Please help me in this with 开发者_如何学Pythona sample code. Thanks in advance
精彩评论