Doesn't seem to be covered in the books Ive looked at.
How to do 'busy' animation in Android?
22.7k views Asked by Eno At
2
There are 2 answers
0
On
Try to use a progress dialog: http://developer.android.com/reference/android/app/ProgressDialog.html
In addition to the progress dialogs described in the other answers, you can:
ProgressBar
to your activity, as shown hereRotateAnimation
and your own custom image