ssseasonnn / RxDownload

A multi-threaded download tool written with RxJava and Kotlin
Apache License 2.0
4.14k stars 612 forks source link

Most efficient way to download multiple files? #337

Open Sternbach-Software opened 3 years ago

Sternbach-Software commented 3 years ago

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

Thank you so much! Your library is amazing!

24Lathiya commented 2 years ago

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

Sternbach-Software commented 2 years ago

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