progressdialog - Android tv DownloadManager with progress dialog -


i'm struggling downloadmanager on androidtv, implement download download manager, don't know progress of download process until finishes, implement download progress dialog.

i found following link downloadmanager notification don't know how implement it.

hope help.

since able implement downloading using downloadmanager, may try adding column_bytes_downloaded_so_far constant number of bytes downloaded far.

you may ideas on how implementation should done solutions given in following posts:

another option may try use progressdialog. mentioned in documentation, functions as

a dialog showing progress indicator , optional text message or view.

to implementation part, please check brief comprehensive solution given in post - download file android, , showing progress in progressdialog.


Comments

Popular posts from this blog

mysql - Dreamhost PyCharm Django Python 3 Launching a Site -

java - Sending SMS with SMSLib and Web Services -

java - How to resolve The method toString() in the type Object is not applicable for the arguments (InputStream) -