Hey people? I have a challenge in getting the selected item from two RadionButtons
(male and Female) using LWUIT on the J2ME platform.
RadioButton selected = genderGroup.getRadioButton(genderGroup.getSelectedIndex());
String selectedGender = selected.toString();
I tried the block of code above but never got what I expected.
Would someone please give me a hand.
Regards, Kevin.