tags:

views:

58

answers:

0

Hi,

I have an Image of size 600x600(dont want to resize it). So the image is scrolling vertical and horizontal. Now I have to put other small clickable images on this mainImage at different point(points are dynamic eg. at(100,20), (500,500) ). Number of small images to be drawn its also dynamic, so I cant use xml layout for UI.

How can I add clickable images at particular point on the mainImage which is Horizontally scrollable?

Thanks in Advance