Re: [android-developers] Progress Dialog is not showing

2010-04-27 Thread TreKing
On Sun, Apr 25, 2010 at 3:02 AM, Bipin Sutariya wrote: > Can anyone help me in this? You're blocking the main thread with your getFriends() call which prevents the dialog from showing. You will have to put that in a separate thread, or use an AsyncTask. -

[android-developers] Progress Dialog is not showing

2010-04-26 Thread Bipin Sutariya
Dear All, I am developing one application for facebook. In this application when user click on login button i start WebView acitvity there user can login. On success of login i start activity from where user pressed that login button. Now My problem is On main activity I get all friends list from