Skip to content

Instantly share code, notes, and snippets.

@NearLinHere
Created February 12, 2015 09:16
Show Gist options
  • Save NearLinHere/807237e0fe804114c6b8 to your computer and use it in GitHub Desktop.
Save NearLinHere/807237e0fe804114c6b8 to your computer and use it in GitHub Desktop.
public String getCheckedRadiobuttonStringText(){
if (activeRadioButton != null){
return activeRadioButton.getText().toString();
}
return "";
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment