I have a Tizen 2.3.2 app running on samsung watch. I have a Layout containing a Naviframe, containing a Genlist. I now want to create some radio buttons which appear when I select an item from the Genlist.
I can't find an example of how to do this. Do I create a box, place the radio buttons in the box, and then push the box onto the naviframe to activate the radio buttons?
Should I be using another genlist with radio buttons as the right control on each genlist item? And push this new genlist?