I have an Android ListView created with a SimpleAdapter that has more items in it than fit in the screen. After the list has been scrolled, I need
ListView
SimpleAdapter
Simply use the getPositionForView(View) (see documentation). The main advantage of this method is it also works with descendant Views of an item.
getPositionForView(View)
View