In ListView, I can get the index of the first item displayed using the getFirstVisiblePosition () method. How can I set the item at a specific index to display in the first position - I need something like setFirstVisiblePosition (int index)
android set listview position
user611089
source share