Android Studio中的DialogInterface和Dialog的关系是什么?
的有关信息介绍如下:
DialogInterface:对话界面。Dialog:对话。关系是:在该界面上可以用键盘的键表现各种对话类型,或者取消,或者消除, 或者保存。(Interface that defines a dialog-type class that can be shown, dismissed, or canceled, and may have buttons that can be clicked.)



