Reputation: 1356
I am making an Android App that is making quite a few network requests at startup. I am using Volley and am adding all the requests to a queue like described here: https://developer.android.com/training/volley/simple.html
Would it be possible to stop the queue, send a new request (that is executed immediately), then continue with the queue?
Upvotes: 0
Views: 87