ProductDiffCallback
class ProductDiffCallback(oldList: MutableList<Productz>, newList: MutableList<Productz>) : DiffUtil.Callback
Content copied to clipboard
Implementation of DiffUtil.Callback for a mutable list of Productz objects.
Parameters
oldList
newList
Constructors
Link copied to clipboard
fun ProductDiffCallback(oldList: MutableList<Productz>, newList: MutableList<Productz>)
Content copied to clipboard
Functions
Link copied to clipboard
open override fun areContentsTheSame(oldItemPosition: Int, newItemPosition: Int): Boolean
Content copied to clipboard
Link copied to clipboard
open override fun areItemsTheSame(oldItemPosition: Int, newItemPosition: Int): Boolean
Content copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard