How to have a ProgressBar circular and in determinate mode?

后端 未结 2 1027

I have to download some images and videos on the device and I like to track the progress by having a circular ProgressBar in determinate mode in overlay to them.

The

相关标签:
2条回答
  • 2021-01-06 11:12

    Change the Progress bar visibility.

    1. Assign the id for the Progress bar.
    2. Progress bar visible - Download button clicked.
    3. Progress bar gone - onResult
    0 讨论(0)
  • 2021-01-06 11:14

    Unfortunately, this is not possible with stock Android ProgressBar. Look for external libraries like:

    http://github.com/dinuscxj/CircleProgressBar

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