With this question I somwhat understood how to draw a polygon in Android, but is there any way to make this click(touch)able?
Requirements:
I'm going to have multiple polygons in one view: each polygon must have it's own unique ontouchevent.
I need a lot of the functionality of a polygon, so they can't be replaced by images.