I have a ListActivity that implements onListItemClick() and calls a doSomething() function of the class. The latter contains l.s
ListActivity
onListItemClick()
doSomething()
l.s
You might need to wrap setSelection() in a posted Runnable (reference).
setSelection()
post
Runnable