[android-developers] Waiting Dialog?

2009-08-10 Thread chaoz1336
Hi Guys, I got the following prob: -I have to implement an interface -in most methods its like show dialog and get the selected result -afaik in android there is no way to wait for such a result so... that's the base; [syntax=java]public int showDlg() { int iSelectedChoice = -1;

[android-developers] Waiting Dialog?

2009-08-10 Thread chaoz1336
Hi Guys, I got the following prob: -I have to implement an interface -in most methods its like show dialog and get the selected result -afaik in android there is no way to wait for such a result so... that's the base; [syntax=java]public int showDlg() { int iSelectedChoice = -1;