Is Volley API suitable for getting an apps initial configuration data?
I have successfully implemented Volley for network request processing.
When my app starts up it goes out and gets a configuration file. I am
wondering if Volley is the right choice for getting initial configuration
data? Or does it take some time to instantiate the threads for queue,
cache etc, and so perhaps for this one initial request it is the wrong
choice? I wanted to get some feedback on this. On the one hand its a good
choice because of its RetryPolicy settings that will attempt several times
to full-fill the request, on the other-hand could it take some time to get
the volley request queue setup, and volley threads running?
No comments:
Post a Comment