第一种方法:
listView.setAdapter(null);
第二种方法:
listAdapter.clear();
listAdapter.notifyDataSetChanged() ;
满意请采纳,谢谢。

 

相关文章:

  • 2022-12-23
  • 2022-01-20
  • 2022-02-16
  • 2022-12-23
  • 2021-09-20
猜你喜欢
  • 2021-11-26
  • 2021-07-19
  • 2022-12-23
  • 2021-09-07
  • 2022-12-23
  • 2021-07-04
相关资源
相似解决方案