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
Great library. I was just wondering why RecylcerView.Adapter and DiffUtil were used instead of ListAdapter and DiffUtil.ItemCallback? Was it to leverage coroutines for diffing operations?
Great library. I was just wondering why
RecylcerView.AdapterandDiffUtilwere used instead ofListAdapterandDiffUtil.ItemCallback? Was it to leverage coroutines for diffing operations?