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

ruby on rails - RuntimeError: Circular dependency detected while autoloading constant - ActiveAdmin.register Role -

c++ - OpenMP unpredictable overhead -

c++ - boost::property_tree::json_parser::read_json cannot read files if path contains cyrillic characters -