Android : How to programmatically click / select / tap a listview item 10 Replies When its not in some sort of mode where it is touchable? and all of this doesn’t work 3 is the index of the item you would like to click listView1.performItemClick(listView1, 3, listView1.getItemIdAtPosition(3));listView1.performItemClick(listView1, 3, listView1.getItemIdAtPosition(3));