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#progressbar

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 <vinb...@gmail.com>

> 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 <treking...@gmail.com> wrote:
> > On Sun, Jan 16, 2011 at 10:49 PM, cool.manish <mannishga...@gmail.com
> >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 android-developers@googlegroups.com
> To unsubscribe from this group, send email to
> android-developers+unsubscr...@googlegroups.com<android-developers%2bunsubscr...@googlegroups.com>
> For more options, visit this group at
> http://groups.google.com/group/android-developers?hl=en
>

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to