Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Last active March 16, 2019 05:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save parzibyte/f0167a0d4320591de6b610dfb9e48446 to your computer and use it in GitHub Desktop.
Save parzibyte/f0167a0d4320591de6b610dfb9e48446 to your computer and use it in GitHub Desktop.
// Nota: si estás en un fragment llama a view.findViewById dentro del método onViewCreated
RadioGroup radioGroupTipoLugar = findViewById(R.id.radioGroupTipoLugar);
RadioButton radioButtonPrivado = findViewById(R.id.rbPrivado);
RadioButton radioButtonPublico = findViewById(R.id.rbPublico);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment