google / volley

https://google.github.io/volley
Apache License 2.0
3.38k stars 754 forks source link

how to Pause/Resume DownloadRequest ? #257

Closed Nightprince closed 5 years ago

Nightprince commented 5 years ago

how to Pause/Resume DownloadRequest on volley ?

RequestQueue.stop(); eliminates the request altogether and can not continue with RequestQueue.start();

jpd236 commented 5 years ago

Unfortunately Volley does not support pausing in-flight requests. Please see https://github.com/google/volley/wiki/Frequently-Asked-Questions#why-doesnt-volley-support-large-downloadsuploads for more details on why Volley isn't suited for the kinds of (large) requests that would merit pause/resume support.