ProgressDialog not showing up in activity

后端 未结 4 639
天涯浪人
天涯浪人 2020-12-20 01:33

I am trying to include a ProgressDialog in my application. But it is not showing up.

Here\'s the code snippet where i use the ProgressDialog:

public          


        
4条回答
  •  北海茫月
    2020-12-20 02:03

    Ensure you have this code called by debugging or adding a log. The code seems right to me.

    Also, if you want to perform some operations in background and show a progress dialog while the performing, please use AsyncTask with ProgressDialog bounded, like here.

提交回复
热议问题