ViewPager2Demo
ViewPager2Demo copied to clipboard
有清空数据或者类似setNewList()的方法吗
SmartViewPager2Adapter有清空数据或者类似setNewList()的方法吗? 如果做下拉刷新重新设置数据源的话,一个个的remove()会很麻烦,并且目前的remove(postion)只能根据下标去移除,能否直接通过对象移除呢
能否支持中间插入数据呢?