Search code examples
androidanimationbusy-cursorbusyindicator

How to do 'busy' animation in Android?


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


Solution

  • 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