Collections.swap changes the position of the RecyclerView but it doesn't show anymore at Fragment
问题 I am trying to change the position of the RecyclerView this take changes but if I go to another Activity or exit the app and again open it, it tells me the right position. The data are saved to an DB SDQLite and with Adapter I read from there and show to a Fragment . onMove I have write a Log and it says the correct which position was and which is new. At the Log the arrayList = getSampleData() it is working it saves always the position and read the actual position but the ArrayList at