RadioGroup calls onCheckChanged() three times
问题 I've been struggling with an issue of programmatic checking of a RadioButton, which is situated in a RadioGroup. It seems that a single check() call raises three events - once for the first RadioButton and twice for the second, which is my target. At the same time clicking on the second RadioButton in the interface causes only one event to appear, which is correct. So, is there a way to avoid multiple event raising ? public class RadiogroupActivity extends Activity { /** Called when the