drag-drop-swipe-recyclerview

Kotlin Android library that extends RecyclerView to support gestures like drag, drop and swipe, among others. It works with vertical, horizontal and grid lists.

License

License

GroupId

GroupId

com.ernestoyaquello.dragdropswiperecyclerview
ArtifactId

ArtifactId

drag-drop-swipe-recyclerview
Last Version

Last Version

1.1.1
Release Date

Release Date

Type

Type

aar
Description

Description

drag-drop-swipe-recyclerview
Kotlin Android library that extends RecyclerView to support gestures like drag, drop and swipe, among others. It works with vertical, horizontal and grid lists.
Project URL

Project URL

https://github.com/ernestoyaquello/DragDropSwipeRecyclerview
Source Code Management

Source Code Management

https://github.com/ernestoyaquello/DragDropSwipeRecyclerview

Download drag-drop-swipe-recyclerview

How to add to project

<!-- https://jarcasting.com/artifacts/com.ernestoyaquello.dragdropswiperecyclerview/drag-drop-swipe-recyclerview/ -->
<dependency>
    <groupId>com.ernestoyaquello.dragdropswiperecyclerview</groupId>
    <artifactId>drag-drop-swipe-recyclerview</artifactId>
    <version>1.1.1</version>
    <type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.ernestoyaquello.dragdropswiperecyclerview/drag-drop-swipe-recyclerview/
implementation 'com.ernestoyaquello.dragdropswiperecyclerview:drag-drop-swipe-recyclerview:1.1.1'
// https://jarcasting.com/artifacts/com.ernestoyaquello.dragdropswiperecyclerview/drag-drop-swipe-recyclerview/
implementation ("com.ernestoyaquello.dragdropswiperecyclerview:drag-drop-swipe-recyclerview:1.1.1")
'com.ernestoyaquello.dragdropswiperecyclerview:drag-drop-swipe-recyclerview:aar:1.1.1'
<dependency org="com.ernestoyaquello.dragdropswiperecyclerview" name="drag-drop-swipe-recyclerview" rev="1.1.1">
  <artifact name="drag-drop-swipe-recyclerview" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.ernestoyaquello.dragdropswiperecyclerview', module='drag-drop-swipe-recyclerview', version='1.1.1')
)
libraryDependencies += "com.ernestoyaquello.dragdropswiperecyclerview" % "drag-drop-swipe-recyclerview" % "1.1.1"
[com.ernestoyaquello.dragdropswiperecyclerview/drag-drop-swipe-recyclerview "1.1.1"]

Dependencies

compile (2)

Group / Artifact Type Version
androidx.recyclerview » recyclerview jar 1.2.1
org.jetbrains.kotlin : kotlin-stdlib-jdk8 jar 1.5.21

runtime (1)

Group / Artifact Type Version
androidx.appcompat » appcompat jar 1.4.0

Project Modules

There are no modules declared in this project.

Versions

Version
1.1.1
1.1.0
1.0.2
1.0.1
1.0.0