Animate ProgressBar update in Android

后端 未结 13 1310
悲哀的现实
悲哀的现实 2020-11-28 04:04

I am using a ProgressBar in my application which I update in onProgressUpdate of an AsyncTask. So far so good.

What I want to do is to animate the prog

13条回答
  •  执笔经年
    2020-11-28 04:20

    ProgressBar().setProgress(int progress, boolean animate)
    

    Android has taken care of that for you

提交回复
热议问题