Android Volley: How to check network data consumption of a request -
is there way programmatically measure how network data consumed android volley request? in specific case, have app must perform checks every 2 minutes making volley requests server, need know if expensive in terms of network data consumed.
thanks!
Comments
Post a Comment