I am doing an app to conduct simple quiz.I have given the answers are multiple choice using RadioGroup
. So on loading each question how can I set RadioGroup
unchecked by default ?
Just set the checked
Property in your XML for every RadioButton
to false:
android:checked="false"
That should solve the issue.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With