Doesn't seem to be covered in the books Ive looked at.
+1
A:
Try to use a progress dialog: http://developer.android.com/reference/android/app/ProgressDialog.html
Soulreaper
2010-02-24 08:56:51
+3
A:
In addition to the progress dialogs described in the other answers, you can:
CommonsWare
2010-02-24 13:03:15
I see setProgressBarVisibility() in one of your examples - how do you define the style of the progress bar? I wanted to use the spinning circular graphic but Im not sure how to set that?
Eno
2010-02-24 18:29:29
I haven't used it. But, try this: http://developer.android.com/resources/samples/ApiDemos/src/com/example/android/apis/view/ProgressBar2.html
CommonsWare
2010-02-24 19:05:38
Perfect,thanks.
Eno
2010-02-24 21:35:21