Implement Progress Bar for File Download in Android

前端 未结 1 1266
深忆病人
深忆病人 2020-12-19 18:59

I am new to Android Development.

I\'ve written the following code to download a video file from the internet. It works fine. Now I want to attach a progress bar duri

相关标签:
1条回答
  • 2020-12-19 19:34

    Check:

    http://developer.android.com/guide/topics/ui/dialogs.html

    See the example on creating a progress bar within a second thread.

    0 讨论(0)
提交回复
热议问题