Posts by Yago Cunha • 11 points
1 post
-
1
votes1
answer54
viewsQ: How to define a boolean value of a Radiogroup
Example: EditText etNome = (EditText) findViewById(R.id.etName); EditText etAge = (EditText) findViewById(R.id.etAge); RadioGroup rgClienteVivo = (RadioGroup) findViewById(R.id.rgClienteVivo); If I…