0

This may be a very basic question. But please clear a doubt that I have. Does the time in which response is received in Android App from the web service depends on the library we use for http connection? I mean is some library give faster response than others?

Thanks

rahul
  • 1,095
  • 8
  • 22

1 Answers1

2

Use Volley library that is recommended by Google.

Here is nice example of caching your response. How to use this

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