写点什么

对话框

0 人感兴趣 · 1 次引用

  • 最新
  • 推荐
https://static001.geekbang.org/infoq/20/20368bfaa70c943cf43fff1afe5ba74f.png?x-oss-process=image%2Fresize%2Cw_416%2Ch_234

AlertDialog(对话框) 详解

本节继续给大家带来是显示提示信息的第三个控件AlertDialog(对话框),同时它也是其他Dialog的的父类!比如ProgressDialog,TimePickerDialog等,而AlertDialog的父类是:Dialog!另外,不像前面学习的Toast和Notification,AlertDialog并不能直接new出来,如

对话框_对话框技术文章_InfoQ写作社区