요약 전체적으로 업데이트 notifyDataSetChanged() 아이템 내용 변경 notifyItemChanged(int position) notifyItemChanged(int position, Object payload) notifyItemRangeChanged(int positionStart, int itemCount) notifyItemRangeChanged(int positionStart, int itemCount, Object payload) 아이템 추가 notifyItemInserted(int position) notifyItemRangeInserted(int positionStart, int itemCount) 아이템 이동 notifyItemMoved(int fromPosition, in..