以下哪个类对应Android中的提示对话框?(
)
A: AlertDialog
B: Dialog
C: ShowDialog
D: Alert
)
A: AlertDialog
B: Dialog
C: ShowDialog
D: Alert
举一反三
- 以下哪个类对应Android中的提示对话框?() A: AlertDialog B: Dialog C: ShowDialog D: Alert
- 以下哪个类型对应Android中的提示对话框() A: AlterDialog B: Dialog C: ShowDialog D: Alter
- android 中要显示对话框,要定义哪个类? A: AlertDialog.Builder B: AlertDialog C: Button D: Dialog
- 以下哪个不是Android中的消息提示机制( ) A: AlertDialog B: Notification C: Toast D: Menu
- Dialog是Android的对话框的基类。