How to implement Recycler View Default Item Add/Remove Animations in swapCursor function. notifyDataSetChanged() won't show any animations.
public void swapCursor(Cursor newCursor) {
mCursor = newCursor;
notifyDataSetChanged();
}