Fine.  Yes, the only way to get a response from a button is via the
onClick() handler.  So yes, you use that to start up a thread and put
up a progress dialog, then close it when the thread has done its long
transaction.

Or not have the progress dialog - then the rest of the UI is still
active while the other stuff is going on in the background, if that's
what you prefer.
--~--~---------~--~----~------------~-------~--~----~
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
[EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to