I have a GridView in an application I am working on. I would like to be able to reorder the items in the GridView via drag-and-drop. I have found lots of help for ListViews
Probably PagedDragDropGrid project is what you need: https://github.com/mrKlar/PagedDragDropGrid
It provides custom ViewGroup (similar to GridView) with feature of smooth reordering (exactly like in your video). Probably it'll require a bit of customizations, but it's worth.