[android-developers] trying to show a progressdialog in a lengthy task

2010-02-17 Thread guich
Hi, When i first launch my main intent, i check if the application was updated and, if yes, i decompress some asset files. This task can take up to 15 seconds (to decompress a 6MB zip file). So, i was trying to show a ProgressDialog to the user. However, nothing in hell makes the dialog appear.

Re: [android-developers] trying to show a progressdialog in a lengthy task

2010-02-17 Thread Mark Murphy
guich wrote: Hi, When i first launch my main intent, i check if the application was updated and, if yes, i decompress some asset files. This task can take up to 15 seconds (to decompress a 6MB zip file). So, i was trying to show a ProgressDialog to the user. However, nothing in hell