How to uncheck radio Button using code in android -


i have 8 radio buttons in program, want reset radio buttons when clicking reset button, can me please?

just called .clearcheck() radiogroup

radiogroup radiogroup2 = (radiogroup)findviewbyid(r.id.radiogroup); radiogroup2.clearcheck(); 

Comments

Popular posts from this blog

Prolog - Listing -

python - More Issues with overlapping labels in Tkinter -

python - can't seem to get an output from my class -