I have created a dynamic listview which contains a CheckBox.what I want is at once only one CheckBox should be selected from List & Other should be deselected.How can I do this
Plz Help
I have created a dynamic listview which contains a CheckBox.what I want is at
Share
RadioGroup as previously mentioned is discussed in detail here: http://developer.android.com/resources/tutorials/views/hello-formstuff.html#RadioButtons
For more about what you appear to be trying to do, let me point you to Android: How to make RadioGroup work correctly in a ListView?