iPaulPro / Android-ItemTouchHelper-Demo

Basic example of using ItemTouchHelper to add drag & drop and swipe-to-dismiss to RecyclerView.
Apache License 2.0
2.51k stars 499 forks source link

Click and drag images working together #49

Open QAFlexsin opened 7 years ago

QAFlexsin commented 7 years ago

I want to detect it is click or drag image. if I click then my camera open and if I drag the image then image will drag but in my case camera and drag image together.

please tell me how I resolved this issue.

Thanks

Zellerpooh commented 5 years ago

I want to detect it is click or drag image. if I click then my camera open and if I drag the image then image will drag but in my case camera and drag image together.

please tell me how I resolved this issue.

Thanks

Also confused about this situation,do you have any solution yet?