Call requestWindowFeature(Window.FEATURE_PROGRESS); in onCreate(). Then call setProgressBarIndeterminate(true).
When you are done, call setProgressBarIndeterminateVisibility(false); I have only used the determinate mode (where it's a bar, not a circle), so I may be slightly off in these instructions, but they should point you in the right direction. On Tue, Nov 16, 2010 at 9:56 AM, pedr0 <[email protected]> wrote: > Hi! > > I would like add a rotating wheel which indicates that my application > do somethings in the application bar (where its name appears ). > > Someone knows how should I do? > > Thanks a lot. > > pedr0. > > -- > You received this message because you are subscribed to the Google > Groups "Android Developers" group. > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group at > http://groups.google.com/group/android-developers?hl=en > -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http://commonsware.com/blog | http://twitter.com/commonsguy Warescription: Three Android Books, Plus Updates, One Low Price! -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

