Press buttons at some positions in the image.

I mostly need a photo (with the zoom options that I almost used in this blog post: http://android-developers.blogspot.com/2010/06/making-sense-of-multitouch.html ) and the ability to interact with some parts of the photo.

Let's say that I have a world map, and I want to click in different countries and go to their information on Wikipedia. How can I attach some image buttons to a specific image position? (the scale should also affect the buttons, I think this is clearly seen in the world map example).

All information / idea is welcome.

Thank you Adam S.

+3
source share
1 answer

Simple enough:

  • AbsoluteLayout ( , ), "" .
+1

All Articles