简体   繁体   中英

Android: show a download progress bar as in DownloadManager

I want to download file from a server and show the progress in a notification progress bar as when using the DownloadManager class. I don't want to use the DownloadManager class because it only can save to external memory while I want my file to be saved internally. What to do ?

I'd recommend using AsyncTask or ProgressDialog. Would either of these work?

Download a file with Android, and showing the progress in a ProgressDialog

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM