Skip to content Skip to sidebar Skip to footer

Getting Inappropriate Positions In Gridview Drag And Drop When Using Draggable Gridview In Advancedrecyclerview Library

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 Gri

Solution 1:

This issue is resolved now and they had updated their code and added new methods to support my suggested functionalities and it will be added in next release of this library. And till now you can use this function by using this branch for library via JitPack and this functionality will be added soon in library.

repositories {
    maven { url "https://jitpack.io" }
}

dependencies {
    compile'com.github.h6ah4i:android-advancedrecyclerview:c9763e000fa8e80e6410f4a9d500e21b0e58a7e5'
}

You can see this in full explanation Here for this issue.

Post a Comment for "Getting Inappropriate Positions In Gridview Drag And Drop When Using Draggable Gridview In Advancedrecyclerview Library"