Needs to draw a variety of shapes, circles squares triangles. Filled with color or texture. I thought about ImageView, but when they are close to each other I will not be able to check in which exactly was clicked. Also needs them to animate the show with a fairly high accuracy at millisecond.
Some ideas?
even if they overlap. You always get the clicked image in the click event.
Note that a imageview always have a rect to click on. Even if you show a circle. Always the hole imageview is clickable.
For test I make and on phone I see If I click in space between circles in black space then ImageView recognizes a click. I need to know when it clicked ONLY circle, not all ImageView. I save images as png without background with transparent.