I am using a ProgressBar in my application which I update in onProgressUpdate of an AsyncTask. So far so good.
AsyncTask
What I want to do is to animate the prog
ProgressBar().setProgress(int progress, boolean animate)
Android has taken care of that for you