java - Single selection of Radio Button in android application -


The

If I had any idea of ​​how to limit, I was thinking the radio button on a page in my Android app There is a couple of users selecting only one radio button

Thanks in advance. "Text" itemprop = "text">

After confirming that ur radio buttons are within all radio groups, it is allowed to select only one value Example:

  & lt; RadioGroup Android: id = "@ + id / radioSex" Android: layout_width = "wrap_content" android: layout_height = "wrap_content" & gt; & Lt; RadioButton android: id = "@ + id / radioMale" Android: Layout_width = "Wrap_content" Android: Layout_height = "Wrap_content" android: text = "@ string / radio_male" Android: checked = "true" / & gt; & Lt; RadioButton android: id = "@ + id / radioFemale" Android: Layout_width = "Wrap_content" Android: Layout_height = "Wrap_content" android: text = "@ string / radio_female" / & gt; & Lt; / RadioGroup & gt;  

Comments