Hello!

I'm App I'm doing I try to do some operations that are not very fast,
and I want to add a progress dialog...

I have the next code:

                                           ProgressDialog progressDialog =
ProgressDialog.show(History.this, "",
                                                "Loading. Please wait...", 
true);
                                          //OPERATIONS
                                          progressDialog.cancel();

When I execute it, I don't see the progress dialog (but I see the
program gets doing things)


Thank you!

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