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
//put the below code in get view function if(position==0) { convertView.setSelected(true); }