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
OnListItem click pass the selected position to the adapter and set the adapter again
and in adapter check if selected position then set the background otherwise does not set the background.