在android中按下后键时如何处理ProgressDailog?
在我的活动中,我有一个进度对话框,如果有人按下后退按钮,我需要执行一些操作。当我使用 onBackPressed 时,它就不好了。如何处理这样的事情?
In my activity, i have a progress dialog and i need to perform some action if some one presses the back button. When i use onBackPressed then its no good.How to handle such thing?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在进度对话框中添加取消按钮。也许这些有帮助 为什么 Android 的进度中没有取消按钮对话框?
并且您应该使用线程和处理程序来执行您想要的操作。
add a cancel button to progress dialog. Maybe these helps Why is there no cancel button in Android's progress dialogs?
And you should use thread and handlers to do what you want.