Skip to content Skip to sidebar Skip to footer

Is There Anything Like An Itemized Overlay For Images?

Hi I am searching for functionality which works like the itemizedOverlay on the mapview, only for Imageview. So that I can add items on specific locations on the image and trigger

Solution 1:

Use a RelativeLayout or FrameLayout. Both support Z-axis ordering -- later children will appear to float over top of earlier children. Use setOnClickListener() to be notified of taps on the items.


Post a Comment for "Is There Anything Like An Itemized Overlay For Images?"