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

后端 未结 17 1008
面向向阳花
面向向阳花 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:37

    ProgressBar is best alternative for ProgressDialog. A user interface element that indicates the progress of an operation.

    For more info see this Google doc: https://developer.android.com/reference/android/widget/ProgressBar.html

提交回复
热议问题