I have a listview in that i want when my activity starts then the first item will have background and the other items don\'t have any background.After that if the user selec
I'm not sure but try putting listView.setSelection(position); in listview's setOnItemClickListener
listView.setSelection(position);
setOnItemClickListener