I am using android-advancedrecyclerview library to make a puzzle game and made drag and drop functionality in Grid View but it does not provide appropriate changed positions of Grids,
Issue is asked by me with full explanation here and added as open issue in library:
https://github.com/h6ah4i/android-advancedrecyclerview/issues/269
Is there any other simple way to move grids by drag and drop them without using any library or is there any available other library that can provide convenient way to do it? If possible please give me solution without using any library.