I have 2 listview. I want when the activity starts first row of the both the listview to be selected by default.I googled up i found this
onewaydata=new One
instead of your_list_view.setSelection(0); try your_list_view.setItemChecked(0,true);