I have a RadioGroup rg1 and I want to get the value of the selected radio button.
rg1
I know that I can get the id of the selected radio button
id
SImple answer one line
View v = yourView; // as a button String radiovalue = (RadioButton)v).getText().toString();