Note that the radio button group is initially set to be completely unchecked at the outset.
To preset one of the radio buttons to be checked,
use either setChecked() on
the RadioButton or check() on the RadioGroup from within your onCreate()
callback in your activity.
Alternatively, you can use the android:checked attribute on
one of the RadioButton widgets in the layout file