Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to do 'busy' animation in Android?

Doesn't seem to be covered in the books Ive looked at.

like image 778
Eno Avatar asked Feb 24 '10 08:02

Eno


1 Answers

In addition to the progress dialogs described in the other answers, you can:

  • Add a ProgressBar to your activity, as shown here
  • Use the progress indicator in the title bar of your activity, as shown here
  • Use a RotateAnimation and your own custom image
like image 163
CommonsWare Avatar answered Sep 27 '22 19:09

CommonsWare