I’ve an activity with 8 questions, every question has one 1 radiogroup with 2 radio buttons (Yes / No). On .xml I set checked the “No” radiobutton on all questions.
android:checked="true"
Do I need to check if one of the Radio Buttons is selected?
Can the user unselect both radiobuttons?
Sorry this noob question, but I cannot have unfilled answers.
No need to check radio button is selected or not.
User cannot unselect both radiobutton as per default behaviour of radio group