ProgressDialog is deprecated.What is the alternate one to use?

后端 未结 17 989
面向向阳花
面向向阳花 2020-11-27 09:11

I have come across to see that ProgressDialog is now deprecated. What would be alternate one to use in place of that apart from ProgressBar. I am

17条回答
  •  执笔经年
    2020-11-27 09:43

    Maybe this guide could help you.

    Usually I prefer to make custom AlertDialogs with indicators. It solves such problems like customization of the App view.

提交回复
热议问题