How to get the object of radio button from id in android?
I declared my RadioButton like this
RatioButton rad1 = (RadioButton)findViewById(R.id.rb1);
With R.id.rb1 i want to get rad1 which is my object. Is this possible? Can
anyone help me with this.
No comments:
Post a Comment