多項(xiàng)選擇題
A.父控件水平居中 B.兄弟控件上邊 C.兄弟控件的右邊 D.水平居中
A.匿名內(nèi)部類 B.setOnClickListener C.實(shí)現(xiàn)接口 D.不可以添加點(diǎn)擊事件
A.RadioGroup B.RadioButton C.Button D.CheckBox
A.放置一些與UI相應(yīng)的布局文件,都是xml文件 B.放置應(yīng)用到的圖片資源 C.主要放置多媒體等數(shù)據(jù)文件 D.放置字符串,顏色,數(shù)組等常量數(shù)據(jù)
A.android:layout_above B.android:layout_toRightOf C.android:layout_x D.android:layout_height
A.圖片資源有資源id B.存放編譯打包后的文件 C.存放布局文件,把布局文件通過(guò)資源id指定給activity,界面就會(huì)顯示出該布局文件定義的布局 D.導(dǎo)入第三方j(luò)ar包
A.與指定的兄弟控件底部對(duì)齊 B.在指定的兄弟控件上邊位置 C.與指定的兄弟控件內(nèi)容對(duì)齊 D.放置在父控件的左邊(默認(rèn)方式)
A.dp B.dip C.px D.sp
A.int B.Intent C.View D.Activity
A.startActivity(Intent.intent,Bundle.options) B.startActivity(Intent.intent) C.startActivityForResult(String.who,Intent.intent,int.requestCode,Bundle.options) D.startActivityForResult(Intent.intent,int.requestCode)
判斷題