alertdialog的使用

  • Android,alertdialog,

这个类的学习使用,让我知道了找问题的方法。比如,this的纠正过程。读懂报错的注释。

new AlertDialog.Builder(this)
.setTitle(“help”)
.setMessage(“helpworld”)
.setPositiveButton(“确定”, null)
.show();

相关文章

- EOF -

本站文章除注明转载外,均为本站原创或编译。欢迎任何形式的转载,但请务必注明出处,尊重他人劳动。
转载请注明:文章转载自 Binkery 技术博客 [https://binkery.com]
本文标题: alertdialog的使用
本文地址: https://binkery.com/archives/107.html