如何在Android应用程序中创建自定义消息框?
我是 Android 应用程序的新手,我想在我的 Android 应用程序中显示确认 MessageBox 并希望获得结果(单击了哪个按钮,如在 .Net Windows 应用程序中)。
I am new to Android application, i want to show confirm MessageBox in my Android application and want to get result (which button clicked, as in .Net Windows Application).
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
要获取AlertDialog的结果,请尝试如下,
谢谢。
To get the result of the AlertDialog Please try as below,
Thank you.