public abstract void onScroll (AbsListView view, int firstVisibleItem,
int visibleItemCount, int totalItemCount)
totalItemCount the number of items in the list adaptor
我是android新手。適配器應該擁有它的listView要出現的數據嗎?
適配器應該擁有listView將要呈現的數據(列表項)嗎? (我從這裏和那裏複製/粘貼代碼,並且我的代碼在ListFragment類中的數據列表不在適配器中)
和totalItemCount是項目的總數?