smanikandan14 / ThinDownloadManager

To download files and to avoid using DOWNLOAD_WITHOUT_NOTIFICATION permission if you are using Android's DownloadManager in your apps.
Apache License 2.0
783 stars 185 forks source link

Suggest prevent repeat downloads from same url #93

Open ghost opened 7 years ago

ghost commented 7 years ago

When I use ThinDownloadManager in my project, I use a button to trigger download. When I click the button continuously, ThinDownloadManager will download same file. When I use a ProgressBar, I will be a mess. I realize a control logic by use a boolean variant.