0

I am making an Instagram clone app. I want to add the double click functionality. How can I set On Double Click Listener on an ImageView?

Sai
  • 1

1 Answers1

0

I was in your shoes before and came across this brilliant Source code in Gtihub, it solves the problem by overriding OnClickListeners

It basically fulfills all your needs

  • Double click listener On ImageView ✅
  • Double click listener On Any other Views! ✅

I would highly recommend having a little more study on OnClickListeners as well. (read more here)

minchaej
  • 1,294
  • 1
  • 7
  • 14