[android-beginners] ProgressDialog Handling

2010-07-24 Thread NIK
I came across a problem with the ProgressDialog. I am using a ProgressDialog and a Thread for some networking stuff. I want the ProgressDialog to be dismissed when the Thread finishes its work. I am using a Handler to dismiss the ProgressDialog but i don't know how to continue my main program

Re: [android-beginners] ProgressDialog Handling

2010-07-24 Thread TreKing
On Sat, Jul 24, 2010 at 7:11 PM, NIK nikolaos.katsa...@gmail.com wrote: I am using a Handler to dismiss the ProgressDialog but i don't know how to continue my main program flow after the progress dialog. You want to do something after the thread is done ... so at the end of the thread