askr
Results
2
comments of
askr
Hello, Here the proof it is not working as you say : ``` java @Override public boolean onItemMove(int fromPosition, int toPosition) { for (int i = 0; i < mItems.size();...
Yes it's all about mItems indexes :sweat_smile: UI works like a charm but I'm saving in cache each item position for user and I needed data reflecting exactly the UI.