I know this is a question that has been asked many times before, but I can\'t seem to solve it in my code. I have two buttons, and when one is pressed, I would like to keep
Why are you using Buttons? CheckBox or RadioGroup is best solution for these case
checkBox.setChecked(false);