ProgressDialog在API level 26被废弃,官方的解释是ProgressDialog是一个模态框(modal dialog),它会禁止与app的交互。可以在App的UI里嵌入ProgressBar作为它的替代方案。如果想实现模态框,也可以在AlertDialog里嵌入ProgressBar来实现。
相关文章
- Android——用对话框做登陆界面(自定义对话框AlertDialog,多线程,进度条ProgressDialog,ListView,GridView,SharedPreferences存,读数据,存取文本,assets文件)
- 什么加载项/工作台框架是Eclipse RCP的最佳.NET替代方案?
- 猴子修补核心类的替代方案
- Warning: $HADOOP_HOME is deprecated解决方法
- imageio.ffmpeg.download() has been deprecated. Use 'pip install im ageio-ffmpeg' instead.'
- 【Azure Developer】Github Action使用Azure/login@v1插件登录遇见错误的替代方案
- PHP Deprecated: Comments starting with '#' are deprecated in *.ini 警告解决办法
- 烦人的警告 Deprecated: convertStrings was not specified when starting the JVM
- The type MultipartEntity is deprecated
- C++17 std::shared_mutex的替代方案boost::shared_mutex