从 Web 服务收到响应的时间 Android 是否取决于我们用于 httpconnection 的库?

Does the time in which response is received in Android from the web service depends on the library that we use for httpconnection?

这可能是一个非常基本的问题。但是请清除我的疑问。 Android 应用程序从 Web 服务收到响应的时间是否取决于我们用于 http 连接的库?我的意思是某些图书馆的响应速度比其他图书馆快吗?

谢谢

使用 Google 推荐的 Volley 库。

这是缓存响应的一个很好的例子。如何使用这个

http://www.androidhive.info/2014/05/android-working-with-volley-library-1/