如何在android中显示进度条/圆圈
我想在执行某些过程时显示进度条/轮子,例如,单击按钮时我希望屏幕冻结并显示进度轮,直到完成按下的操作(例如将数据保存在数据库中)。
是否可以,请提供代码(如果适用)。
I want to display a progress bar/wheel, when doing some process, for instance, on a button click I want the screen to freeze and show a progress wheel , till the pressed action for example saving data in database is completed.
Is it possible, please provide code if applicable.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在你的 OnClick() 中,我认为你必须使用这样的东西:
In your OnClick(), I think you must use something like this :