[android-developers] ProgressDialog doesnt show when called...?

2009-09-23 Thread Jason Proctor
>I think using an AsyncTask is better. On one hand, it's just simpler >to implement. On the other hand, it's built in Android and you can be >100% it's supported and the way Android was designed to work. So, >rather than using a handler and multiple threads, I find it simpler to >display the loadi

[android-developers] ProgressDialog doesnt show when called...?

2009-09-21 Thread Feras
I have 2 questions actually, while we're on the subject :) 1. I have some code in my program that processes some stuff, and takes a few seconds. So I thought logically I can place my dialog show at the beginning before processing begins, and cancel it at the end. What ACTUALLY seems to be happen