Hi

You have to create a thread that do all the operations that you want.
Before to start the threat, you have to create the progress dialog
with this line:

ProgressDialog myProgressDialog = ProgressDialog.show(....)

after, in the thread, when all the operations are finished, you have
to "close" the progressdialog whith this line:

myProgressDialog.dimiss();

bye!!




On Nov 27, 5:36 am, SinFrancis <[EMAIL PROTECTED]> wrote:
> Now i read a file ,  when read it ,show the ProgressDialog ,when read
> over , the ProgressDialog hidden
>
> How can i do ??
>
> if u have code , please reply !!  Thx!
--~--~---------~--~----~------------~-------~--~----~
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