單項(xiàng)選擇題Android項(xiàng)目工程下面的assets目錄的作用是什么()。

A.放置應(yīng)用到的圖片資源。
B.主要放置多媒體等數(shù)據(jù)文件
C.放置字符串,顏色,數(shù)組等常量數(shù)據(jù)
D.放置一些與UI相應(yīng)的布局文件,都是xml文件


您可能感興趣的試卷

你可能感興趣的試題

1.單項(xiàng)選擇題對(duì)于AlertDialog的描述不正確的是()。

A.使用new關(guān)鍵字創(chuàng)建AlertDialog的實(shí)例
B.對(duì)話框的顯示需要調(diào)用show方法
C.setPositiveButton方法是用來(lái)加確定按鈕的
D.setNegativeButton方法是用來(lái)加取消按鈕的

2.單項(xiàng)選擇題關(guān)于ImageSwitcher說(shuō)法錯(cuò)誤的是()。

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

4.單項(xiàng)選擇題假設(shè)assets目錄下有文件結(jié)構(gòu)html/hello.html,用loadUrl()方法將該網(wǎng)頁(yè)加載至webView時(shí),需傳入的參數(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

5.單項(xiàng)選擇題AppWidget窗口小部件時(shí)不可以使用下列哪個(gè)布局()。

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