pedrovgs / DraggablePanel

Android library used to create an awesome Android UI based on a draggable element similar to the last YouTube graphic component.
Apache License 2.0
2.99k stars 606 forks source link

Listener while dragging the DraggableView #122

Open bakikocak opened 7 years ago

bakikocak commented 7 years ago

As I have seen, we have some listeners for following cases:

I would like to know if there is a listener that is called when we start or leave to drag the draggableView. As far as I know, ViewDragHelper has onViewReleased callback method but i could not find something like it here.

bakikocak commented 7 years ago

Looks like nobody has any idea on this.