I found it, you put the progress dialog in the UI where you wanted to appear and than dismiss it in the onPostExecute(Void unused) . of course make it global in order to be able to access it from the onPostExecute(Void unused)
thanks a lot guys, Mark btw your book is really good! makes our lives EASY!!! PS: if anyone wants the code please let me know On Jul 1, 2:20 pm, Mark Murphy <[email protected]> wrote: > Georgy wrote: > > Thanks!!!!!! and how about the progress dialog? where should I put it? > > I haven't used a progress dialog, so I am not certain how you would best > use one. > > -- > Mark Murphy (a Commons > Guy)http://commonsware.com|http://twitter.com/commonsguy > > _The Busy Coder's Guide to *Advanced* Android Development_ > Version 0.9 Available! --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Beginners" 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-beginners?hl=en -~----------~----~----~----~------~----~------~--~---

