I have a quiz app which displays the question in a textview and the 4 answers in a radio group with 4 radio buttons. To move to the next question, the user has to click a Next button.
When the user selects a particular radio button and clicks on Next button I repopulate my UI with the next question and its answers. Before displaying the next question I clear the radio button selection by using RadioGroup clearCheck().
However the user can see this selection change in the UI.
I have tried setting transparent color to the radio button background but that doesn't solve the issue.
How do I solve this?
You can end the animation by calling radioGroup.jumpDrawablesToCurrentState()
after the clearCheck()
.
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