DragNDrop
DragNDrop using Elements on screen:
Create a reusable function using TouchAction class longPress
` & moveTo
method
helper.java
To DragNDrop using Elements, import above function from helper.java
class
DragNDrop using XY-Coordinates of screen:
Create a reusable function using XY-Coordinates, TouchAction class longPress
` & moveTo
method
helper.java
To DragNDrop using XY-Coordinates, import above function from helper.java
class
Last updated