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:
- show download progress inside activity using downloadmanager
- show download manager progress inside activity
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
Post a Comment