單項選擇題對于AlertDialog的描述不正確的是()。

A.使用new關鍵字創(chuàng)建AlertDialog的實例
B.對話框的顯示需要調用show方法
C.setPositiveButton方法是用來加確定按鈕的
D.setNegativeButton方法是用來加取消按鈕的


您可能感興趣的試卷

你可能感興趣的試題

1.單項選擇題關于ImageSwitcher說法錯誤的是()。

A.ImageSwitcher里可以通過Alpha設定轉換時候的透明位
B.在使用一個ImageSwitcher之前,不一定要調用setFactory方法
C.setInAnimation是設置資源被讀入到這個ImageSwitcher的時候動畫效果
D.setOutAnimation是資源文件從這個ImageSwitcher里消失的時候要實現(xiàn)的動畫效果

3.單項選擇題假設assets目錄下有文件結構html/hello.html,用loadUrl()方法將該網頁加載至webView時,需傳入的參數(shù)是()。

A.file:///asset/html/hello.html
B.file:///android_asset/html/hello.html
C.file:///androidasset/hello.html
D.file:///assets/html/hello.html

4.單項選擇題AppWidget窗口小部件時不可以使用下列哪個布局()。

A.FrameLayout
B.LinearLayout
C.TableLayout
D.RelativeLayout

5.單項選擇題使用HttpUrlConnection實現(xiàn)移動互聯(lián)時,設置讀取超時屬性的方法是()。

A.setTimeout()
B.setReadTimeout()
C.setConnectTimeout()
D.setRequestMethod()