i am gettin 1 problem in d android application that i have made.
-> i have a 3 RadioButton's on 1 activity screen
-> after a Button is pressed(on same activity) the text associated with all of them should change and all RadioButton's must be unchecked and should be clickable
the text is changing properly and the RadioButton's are becoming unchecked but the problem am facing is that:
- if suppose RadioButton 1 is selected and then after pressing the Button am unable to click that same RadioButton until i click some other RadioButton.
Why so??