Easy to use drag and drop for android
1. Eassy drag
2. Return back & Frame hard
3. Resolve touch conflict
4. Click listener
5. Intersection of objects
Add it in your root build.gradle at the end of repositories
allprojects {
repositories {
...
maven { url 'https://jitpack.io' }
}
}
Add the dependency
dependencies {
implementation 'com.github.AndroidLab:draganddrop:1.0.6'
}