标签: android android-animation android-recyclerview
当我在RecyclerView适配器的数据列表上调用clear()方法时,为什么没有RecyclerView的动画?
clear()
如果有动画,那么用动画清除RecyclerView数据的正确方法是什么?
答案 0 :(得分:0)
在您的列表中删除数据后,您是否有电话adapter.notifyItemRemoved()或其他任何人?
adapter.notifyItemRemoved()
RecycleView实例化并使用DefaultItemAnimator的实例,更多信息,您可以看到recyclerview-animators
RecycleView
DefaultItemAnimator