clear And Notify
Clear the dataSet and notify that all items in the adapter have been removed.
Usage:
// The [dataSet] must belong to the adapter and reflected in [itemCount].
adapter.clearAndNotify(dataSet)
Content copied to clipboard
Receiver
Parameters
data Set
the data set to be cleared.