Hold the image and send it to the link in Android Studio I use an ImageView that when it clicks it performs a function, but I would like that when the image was pressed, another action was taken, which would be different than just a simple touch in the image. That is, the ImageView with 2 functions, 1 simple touch and the other of pressing the image. How do you create this function of pressing the image?
Thank you