Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Most efficient way to download multiple files? #337

Open
Sternbach-Software opened this issue Jul 27, 2021 · 2 comments
Open

Most efficient way to download multiple files? #337

Sternbach-Software opened this issue Jul 27, 2021 · 2 comments

Comments

@Sternbach-Software
Copy link

Should I just run a loop through the URLs and use "url.download().observeOn(AndroidSchedulers.mainThread()).subscribeBy(...)"? Also,

  • does the download run in the background on Android?
  • If the user exits the app, will it continue?
  • What if the devices powers off?
  • how would I pause any of the downloads in the list so that it could continue where it left off later (assuming it is possible)?
  • is it possible to get progress reports on an individual download so that I can update a ProgressBar?

Thank you so much! Your library is amazing!

@24Lathiya
Copy link

@shmueldabomb441 did you get answer ? if yes please write in comment
Thanks.

@Sternbach-Software
Copy link
Author

Sternbach-Software commented Feb 17, 2022

@24Lathiya No I did not. I am using Fetch now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants