notifyItemRemoved

fun notifyItemRemoved(position: Int)(source)

Notify any registered observers that the item previously located at position has been removed from the data set. The items previously located at and after position may now be found at oldPosition - 1.

This is a structural change event. Representations of other existing items in the data set are still considered up to date and will not be rebound, though their positions may be altered.

Parameters

position

Position of the item that has now been removed

See also