show ProgressBar or Dialog from an IntentService for download progress [closed]
问题 Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 6 years ago . I have an activity with a "download" button which fires up DownloadManager implemented in an IntentService. Everything is working just fine and my question is: Is it possible to display ProgressBar or ProgressDialog from my DownloadService (which is extended IntentService), except the progress shown in the