On Mon, Oct 11, 2010 at 2:02 AM, Rocky <rkjhaw1...@gmail.com> wrote:

> I want PDialog box will come before the change_password screen appears


Technically it does, but you launch your new activity immediately afterward,
so you don't see anything.
I recommend you use an AsyncTask to manage your sequence. You would show
your dialog at the beginning, do your background work, then start your new
activity at the end.

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

Reply via email to