I have posted the same problem a couple of times but it hasn\'t yet been resolved. I have a ListFragment and I want to highlight the selected item in the list.
ListFragment
i code
getListView().setItemChecked(0, true);
after
setListAdapter(oAdapter);
code block