迷茫2017-04-17 16:50:32
One parameter in OnCheckedListener is checkedId, which is the id of the RadioButton you selected
RadioButton has a method isChecked()
黄舟2017-04-17 16:50:32
Don’t the checkedId in OnCheckedListener already tell you whether the RadioButton is selected?