Skip to content

AndroidLab/draganddrop

Repository files navigation

DragAndDrop

Easy to use drag and drop for android

Preview

1. Eassy drag

easy_drag

2. Return back & Frame hard

easy_drag

3. Resolve touch conflict

easy_drag

4. Click listener

easy_drag

5. Intersection of objects

easy_drag

To get a Git project into your build:

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'
}

About

Easy to use drag and drop for android

Resources

Stars

Watchers

Forks

Packages

No packages published