I am developing an quiz based app. There will be 1 question and 4 option (radio buttons) when user opens this app radio button will be unchecked but the problem comes when the u
Put all your buttons in a RadioGroup then when you need to clear them all use RadioGroup.clearCheck();
RadioGroup
RadioGroup.clearCheck();