天蓬老师2017-04-17 16:22:22
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?
ringa_lee2017-04-17 16:22:22
You have not set an adapter for mListView, how to slide and click without data item
mListView.setAdapter(xxx);//xxx adapter