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 -

orchardcms - change base url in local copy in Orchard CMS -

linear regression - Trying to get confidence/prediction intervals with `predict.lm` in R, but I keep getting an error regarding my dichotomous variable -