android - ListView的onScroll没有作用
天蓬老师
天蓬老师 2017-04-17 16:20:22
0
2
667
天蓬老师
天蓬老师

欢迎选择我的课程,让我们一起见证您的进步~~

reply all(2)
Peter_Zhu

It should be that the ListView adapter intercepted your sliding event. You have your ListView adapter implement AbsListView.OnScrollListener at the same time, and then try
ListView.setAdapter(adapter);
ListView.setOnScrollListener(adapter);
Is this okay?

左手右手慢动作

You have not set an adapter for mListView, how to slide and click without data item
mListView.setAdapter(xxx);//xxx adapter

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template