I have a big problem. I want to create a control for android in which the user sees an image and over lapping this image are smaller icons/image which are positioned relative to background image.
The smaller icons can be selected.
I really do not know how to go about it.
You could do this by having a clean image as background, like this:
and then you could have
TextViewswithin aRelativeLayoutwith the names for example, and on everytextViewyou can set the attribute clickable to your method.Something like this:
and on your
activity/fragmentyou will have your method that will be called by theView, in the example case: "showState"Edit: its probably not the best approach but it certainly works