I\'m facing some difficults when I try to use the performItemClick funcion of the ListView.
All I want to do is to perform a click programatically i
getListView().performItemClick(null, 0, 0) did the trick for me (for position 0).
getListView().performItemClick(null, 0, 0)
0