我有一个与CursorRecyclerAdapter绑定的RecyclerView。当我将一个项目添加到集合的开头时(通过 notifyItemInserted(0)),该列表的行为如下:
我希望RecyclerView保持准确的位置。没有任何动画或闪烁。
我尝试了以下解决方案 - How to remain at a scroll position in RecyclerView after adding items at its first index and call notifydatasetchange - 但它没有用。
我非常感谢这里的任何帮助。非常感谢。