I\'m trying to update the items of a recycleview using notifyDataSetChanged().
This is my onBindViewHolder() method in the recycleview adapter.
@Over
simply use isPressed() method of CompoundButton in onCheckedChanged(CompoundButton compoundButton, boolean isChecked) e.g
isPressed()
CompoundButton
onCheckedChanged(CompoundButton compoundButton, boolean isChecked)
public void onCheckedChanged(CompoundButton compoundButton, boolean isChecked) { ... //your functionality if(compoundButton.isPressed()){ notifyDataSetChanged(); } } });