majidgolshadi / Android-Download-Manager-Pro

Android/Java download manager library help you to download files in parallel mechanism in some chunks.
MIT License
1.62k stars 317 forks source link

onDownloadFinished & onDownloadCompleted #55

Closed RandallXia closed 6 years ago

RandallXia commented 6 years ago

Hi~Can you explain this difference between those two interfaces?

majidgolshadi commented 6 years ago

As you can see here graph (the graph on top of documentation) after download all partyou notify in ondownloadFinished method and when all part attach to eachother and make a single file service goes to onDownloadComplete state and you can notify in.