通过实现OnScrollListener这个接口,然后复写 public abstract void onScroll (AbsListView view, int firstVisibleItem, int visibleItemCount, int totalItemCount) Since: API Level 1 Callback method to be invoked when the list or grid has been scrolled. This will be call…