我有DialogFragment,我在onCreate中创建了一个简单的AlertDialog .setTitle(R.string.dialog_title) .setPositiveButton(R.string.positive_button, new DialogInterface.OnClickListener()
android O的进度对话框现在已经被弃用了。这个问题的解决方案是什么?Warning:(6, 20) 'Progress Dialog' is deprecated. Deprecated in JavaWarning:(89, 27) 'Progress Dialog' is deprecated. Deprecated in Java
我没有为同样的问题找到解决方案
在下载过程中,我想显示一个ProgressDialog。由于下载是在主线程上进行的,所以当我长时间单击一篇文章时会有延迟,下载完成后ProgressDialog会显示出来。ProgressDialog shows up after thread is done display progressdialog while listview is loading HomeActivitytrue; }); 背景类 public class BackgroundTask extends AsyncTa