search

Home  >  Q&A  >  body text

android - ListView的onScroll没有作用

天蓬老师天蓬老师2773 days ago655

reply all(2)I'll reply

  • 天蓬老师

    天蓬老师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?

    reply
    0
  • ringa_lee

    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

    reply
    0
  • Cancelreply