在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. 错