Skip to content

Instantly share code, notes, and snippets.

@fcaldarelli
Created May 16, 2018 15:42
Show Gist options
  • Save fcaldarelli/a0fd0e5d3bee6d8b5c42523a50306a5f to your computer and use it in GitHub Desktop.
Save fcaldarelli/a0fd0e5d3bee6d8b5c42523a50306a5f to your computer and use it in GitHub Desktop.
RadioGroup selected index
int index = rgModalita.indexOfChild(rgModalita.findViewById(rgModalita.getCheckedRadioButtonId()));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment