阅读量:9
AlertDialog.Builder:使用AlertDialog.Builder创建AlertDialog,并使用show()方法显示。
AlertDialog直接创建:直接使用AlertDialog的构造函数创建一个AlertDialog对象,并使用show()方法显示。
DialogFragment:使用DialogFragment来创建和显示AlertDialog。
自定义AlertDialog样式:通过自定义AlertDialog的样式来显示不同风格的AlertDialog。
使用系统提供的风格:可以使用系统提供的风格来显示AlertDialog,如Theme.Material等。