tonyofrancis / Fetch

The best file downloader library for Android
https://www.meta.stackoverflow.com/tags/fetch2
Apache License 2.0
1.66k stars 343 forks source link

what is the strategy of library for downloading same file ? #600

Open amir215909 opened 3 years ago

amir215909 commented 3 years ago

I save files with a unique id, I wonder if the library provides a way for ignoring or replacing the file ( I don't want to download a file that already exists).

Rahul7f commented 3 years ago

@amir215909 did you get the solution?

amir215909 commented 3 years ago

@amir215909 did you get the solution?

We decided not to use this library, Instead, we used [https://github.com/amitshekhariitbhu/Fast-Android-Networking](Android fast networking) library and modified it a little bit.