You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if we just refresh some data.
using method notifyItemChanged(position,"some data")
it does not work ,just because you did not rewrite the below method in AnimationAdapter class
public void onBindViewHolder(@nonnull VH holder, int position, @nonnull List payloads)
The text was updated successfully, but these errors were encountered:
if we just refresh some data.
using method notifyItemChanged(position,"some data")
it does not work ,just because you did not rewrite the below method in AnimationAdapter class
public void onBindViewHolder(@nonnull VH holder, int position,
@nonnull List payloads)
The text was updated successfully, but these errors were encountered: