题目内容

在android中使用RadioButton时,要想实现互斥的选择需要用的组件是

A. ButtonGroup
B. RadioButtons
CheckBox
D. RadioGroup

查看答案
更多问题

能够自动完成输入内容的组件是

A. TextView
B. EditText
C. AutoCompleteTextView
D. ImageView

RadioButton必须在RadioGroup组件中才能实现单选功能

A. 对
B. 错

RadioButton是单个的圆形单选框,RadioGroup是可以容纳多个RadioButton的容器,因此RadioButton和RadioGroup往往都配合使用

A. 对
B. 错

ListView分页加载有两种方式,一种是在ListView底部设置一个按钮,用户点击即加载。另一种是当用户滑动到底部时自动加载。

A. 对
B. 错

答案查题题库