I read multiple blog and android developer site about volley request queue. All we use Single RequestQueue through in application . But i want to know what if i use multiple queue in an application and how it works . Will it degrade and affect working
Asked
Active
Viewed 254 times
0
-
It's better to have a single RequestQueue. See this: http://stackoverflow.com/questions/17709347/how-many-volley-request-queues-should-be-maintained – srinidhi ramesh Aug 28 '16 at 02:41
-
Possible duplicate of [How many Volley request queues should be maintained?](http://stackoverflow.com/questions/17709347/how-many-volley-request-queues-should-be-maintained) – Ankit ihelper Sharma Feb 14 '17 at 17:06