Source Code: / clientuser_net
I show you how to handle a radio button event programmatically using, setOncheckedChangeListener and onCheckedChanged.
Usually I would use the same handler for the same button group, but you can use different handlers and I do that here to cram as much info in to the tutorial.