标签: android animation android-recyclerview recycler-adapter
我有一个RecyclerView列表,其中设置了DefaultItemAnimator。使用此ItemAnimator,向底部添加项目将首先移动其他项目,为新项目腾出空间,然后淡入新项目。我需要一种干净的方法来取消,或者更确切地说,在某些情况下,在比notifyItemInserted()使用的动画持续时间更短的时间间隔内调用ItemAnimator两次调用时,过早地完成项目动画。
RecyclerView
DefaultItemAnimator
ItemAnimator
notifyItemInserted()