拖动时recycleView更新列表项目
如何更新recycleView
列出元素时列表项目,notifyDataSetchanged()
重置拖动位置。在我的情况下,列表项目经常更新(例如,显示传感器实时数据)。
How to update the RecycleView
list items while dragging an element, notifyDataSetChanged()
resets the drag position. The list items in my case are updated very frequently (for example showing sensor real time data).
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我们可以使用
notifyitemchanged()
notifydatasetchanged()
。We can use
notifyItemChanged()
insteadnotifyDataSetChanged()
.