I loaded the data stored in SQLiteDatabase and put it into RecyclerView. RecyclerView applied ItemTouchHelper.SimpleCallback to enable onMove(). When I change the o
onMove()