Is there a way to get the first visible View out of the ListView in Android?
I can get the data that backs the first View in the Adapter but it seems I can\'t get t
listView.scrollBy(0, -40);
This works very well