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?
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