public abstract void onScroll (AbsListView view, int firstVisibleItem,
int visibleItemCount, int totalItemCount)
totalItemCount the number of items in the list adaptor
我是安卓新手。
适配器是否应该拥有 listView 将要呈现的数据(项目列表)?(我已经从这里和那里复制/粘贴了代码,并且我的代码在 ListFragment 类中有数据列表,而不是在适配器中)
和 totalItemCount 是项目的总数?