I\'m trying to update a ViewHolder in a RecyclerView without rebinding the entire thing. According to the docs, I should do this by calling R
ViewHolder
RecyclerView
R
In some case ,it worked with notifyItemRangeChanged(getItemRealCount(), 1).
notifyItemRangeChanged(getItemRealCount(), 1)