There is a ListView in my App and the ListView has a selector. I want to make the first item of this ListView to be selected as default at the very
I think this will work as we have given 0 index of array to listView
ListView.setSelection(0);