Feb 25, 2017 · 1 min read
Hi Paul, thanks you very much for this tutorial, its helped me a out a lot. One thing I noted though is that in the interface ItemTouchHelperAdapter, onItemDismiss has return type void whilst in its implementation in RecyclerListAdapter it’s returning a Boolean? I assume that’s a typo, but is there any advantage to returning a boolean value of true on the completion of onItemMove?