Android Volley: How to check network data consumption of a request

185 views Asked by At

is there a way to programmatically measure how much network data is consumed by an Android Volley request? In my specific case, I have an app that must perform some checks every 2 minutes by making Volley requests to the server, but I need to know if this is too expensive in terms of network data consumed.

Thanks!

0

There are 0 answers