you need to implement OnScrollListener in your ListView and then override the following method to get the first visible item:
@Override public void onScroll(AbsListView view, int firstVisibleItem, final int visibleItemCount, final int totalItemCount) {
source share