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
This works if you want to click it to get additional event handling done:
listView.getAdapter().getView(position, null, null).performClick();