Kostya, did you mean that I should add progress bar in my each activity and should set it visibility according to my requirement?
On Jan 17, 6:06 pm, Kostya Vasilyev <[email protected]> wrote: > You can put progress indicators into the winow title. > > This describes a progress bar that goes from 0 to full: > > http://developer.android.com/guide/appendix/faq/commontasks.html#prog... > > It's also possible to show an indeterminate progress bar, or a progress > wheel. > > You can also overlay a progress indicator over your activity's content by > using a RelativeLayout or a FrameLayout. > > -- Kostya > > 2011/1/17 Mike dg <[email protected]> > > > > > What about making an activity exclusively for displaying the progress > > dialog? It sounds like you have no desire to allow the user to do > > anything during the fetch process, which I'm against but this would > > work. You can do XML for the new activity layout. > > > On Jan 16, 11:53 pm, TreKing <[email protected]> wrote: > > > On Sun, Jan 16, 2011 at 10:49 PM, cool.manish <[email protected] > > >wrote: > > > > > I had also tried Progress Bar but I have to include it in the XML. > > > > No you don't. Did you even try creating it programmatically? > > > --------------------------------------------------------------------------- > > ---------------------- > > > TreKing <http://sites.google.com/site/rezmobileapps/treking> - Chicago > > > transit tracking app for Android-powered devices > > > -- > > 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]<android-developers%2Bunsubs[email protected]> > > For more options, visit this group at > >http://groups.google.com/group/android-developers?hl=en- Hide quoted text - > > - Show quoted text - -- 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

