hi all how to implement code for Radio button when i take the radio group i take only two radio buttons from that radio button when i select the second radio button after changing the orientation second radio button is disable (i mean when i select the second radio button in the portrait mode if i change to landscape mode radio button first one is enable and second one disable but my intention is second have to be enable )how to solve this problem so plz help me over come from this problem
Share
Simply add
android:configChanges="orientation"inAndroidManifest.xmlof that Activity.