-2

Possible Duplicate:
How to click at a certain location that fits for all phones?

So basically I want it so I tap on my certain area and when I tap it it will zoom into a certain area in the background picture

enter image description here

This is my image

Basically if you click on the playground it will zoom into that area.

How can I do this?

Community
  • 1
  • 1
Dalton
  • 27
  • 6
  • This looks like [exactly the same question as you already asked](http://stackoverflow.com/questions/13204999/how-to-click-at-a-certain-location-that-fits-for-all-phones-android-java). – Cat Nov 03 '12 at 03:39
  • No, that was asking to get the location of each. this is asking to ZOOM in on the desired spot. – Dalton Nov 03 '12 at 03:45
  • What have you tried? Do you have any code you can post that shows what you have attempted? – Jake Wilson Nov 03 '12 at 03:51

1 Answers1

0

Might I simply suggest the classes GestureDetector and MotionEvent?