LiveAdapter icon indicating copy to clipboard operation
LiveAdapter copied to clipboard

Auto updating RecyclerView Adapter for LiveData

Results 2 LiveAdapter issues
Sort by recently updated
recently updated
newest added

There is an issue with DiffUtil callback Timber.d("XXX input: $liveDataEvent") LiveAdapter(customLiveData, lifecycleOwner, BR.viewModel) .map(R.layout.layout_notification_bar_item) { areItemSame { old: StatusBarNotification, new: StatusBarNotification -> Timber.d("XXX areItemSame old: ${old.id == new.id} old:$old ,...