Guest User

Untitled

a guest
Feb 13th, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. RadioButton radio = findViewById(R.id.radio1);
  2. if (radio.isChecked()) {
  3. hasGoodAnswer = true;
  4. return hasGoodAnswer;
  5. } else {
  6. hasGoodAnswer = false;
  7. return hasGoodAnswer;
  8. }
Add Comment
Please, Sign In to add comment