I am having 1 list view contactslist. I wrote the code for highlighting the selected item in the ListView. It is working. When I click on 1 item it
contactslist
ListView
Try this at onListItemClick
onListItemClick
view.getFocusables(POSITION); view.setSelected(true);
It highlights the selection.