0

实际上我需要在我的应用程序中使用 onscrolllistener 但我无法理解方法 public void onScroll (AbsListView view, int firstVisibleItem, int visibleItemCount, int totalItemCount) 中的参数指示什么,请帮帮我

4

1 回答 1

0

请查看文档,您可以轻松了解所有这些参数。

即使在这里我用我的语言解释。

view : View for which we implemented this listener

firstVisibleItem : Index of very first visible row/cell at a time

visibleItemCount : Total number of visible rows/cells

totalItemCount : Total number of items in the list adapter
于 2012-06-28T14:39:51.660 回答