Tagged Questions
1
vote
0answers
105 views
Clickable map image to select an province
I have a image of a Dutch map, now I want to click on a province and then go to the next screen. To give you an idea:
I have searched on Google and Stackoverflow and read something about ...
1
vote
1answer
1k views
Android Rotate image ontouch
i'm working on a piece of code, it scales the image, zoom it and move using onTouchListener. Now i want to rotate the image using touch, following is my code:
@Override
public boolean ...
1
vote
3answers
1k views
how to move an image on xml layout when user on touch event?
I have implemented an application with image. In my application I have used on image when ever the user touch on image I would like to move the image along with his finger touch. I have implemented my ...
7
votes
1answer
22k views
Image in Canvas with touch events
Seems simple, and yet I'm having problems with implementation.
I want a canvas with image on screen including onTouch events.
I have tried ImageView but I was not able to use canvas.
I have tried ...
0
votes
4answers
1k views
How to display cross mark in images on touch event?
In my project there is an image. When the user touches any place in the image, it should be marked with a cross sign. Also we have to clear this cross on a button click. I managed to display the ...
6
votes
5answers
9k views
Drag and drop images in android
I m working on a word scramble game which allows user to move the image to image..if the image doesn't match then it should come back to it's original position from where it was dragged.I have written ...