Re: [android-developers] What can block my ProgtessDialog

2011-09-20 Thread TreKing
On Mon, Sep 19, 2011 at 11:54 AM, nika-...@ya.ru nika-...@ya.ru wrote: And my dialog doesn't want to spin during this process. Why? Can anyone help me? There is no mention of a progress dialog in the code you posted.

Re: [android-developers] What can block my ProgtessDialog

2011-09-20 Thread Chirag Raval
Can you post some code please ? -- 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

[android-developers] What can block my ProgtessDialog

2011-09-19 Thread nika-...@ya.ru
Hi all! I have a problem with my ProgressDialog in AsyncTask. public class Background extends AsyncTaskVoid, String, ArrayListEvents { @Override protected void onPreExecute() { startProgress(); super.onPreExecute(); }