Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有没有办法以编程方式测量 Android Volley 请求消耗了多少网络数据?在我的具体情况下,我有一个应用程序必须通过向服务器发出 Volley 请求每 2 分钟执行一次检查,但我需要知道这在消耗的网络数据方面是否过于昂贵。
谢谢!