friends,
i am using following code to display list with radio buttons now i want to select specific radio button of list by default so using setSelection property which
You'r looking for:
list.setItemChecked(2, true);