What I wanted to achieve is this: Right after the activity starts, I want that no RadioButton is selected/checked.
My problem is this: When the activity starts, the
RadioGroup radioGroup = (RadioGroup)findViewById(R.id.radiogroup); radioGroup.clearCheck();