i have the same problem as
how to show the radio button is selected is still ticked? but in android platform… can anybody help me please..
my codes are
<RadioButton
android:checked="false"
android:id="@+id/BBC"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:textColor="#ffff6600"
android:text="BBC NEWS"
android:typeface="serif"
android:textStyle="bold"
android:layout_x="10px"
android:layout_y="100px">
</RadioButton>
Thanks in advance…
A question with similar content was asked yesterday:
I have radio button for the user to choose if he/she wants to keep his/her account logged in.
you can’t solve this problem just with the layout.xml – you need to save the status of the radio button and load it again once the appropriate activity is started