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
In my case smoothScrollToPosition(int position) worked, can you also tell me how to set that scrolled position into center of the list. It appeared at the bottom of visible items.