On Wed, Jun 22, 2011 at 8:20 PM, Josh Gitter <[email protected]> wrote:

> Is it possible to show a Dialog or ProgressBar during the pre and
> post execute phases of an Intent?
>

An Intent is not something that has  "pre"and "post" "phase". You are in
control of your own activity up to the point where you start the other
activity and then again once you get the result back (if that's what you
mean by "pre" and "post"). While the other activity that was launched is in
control, you cannot arbitrarily show a progress dialog on top of it.
Presumably it will handle indicating to the user that there is something
going on.

-------------------------------------------------------------------------------------------------
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]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to