Hi,
I was asked to create a system to mark places in a map (like seats on a theater) while being able to pinch. I need to add red dots where the seats are occupied. I'm not sure if adding over 300 dots in an imageview is not a good idea, so I wanted to use drawing over a TouchImageView or its bitmap.
But on a second thought... I'm sure he will ask to be able to click on each seat, so maybe I'll need to add the images, the problem is the pinch capabilities...
Anyone can give some ideas on how to achieve this?
Thanks a lot!!
I was asked to create a system to mark places in a map (like seats on a theater) while being able to pinch. I need to add red dots where the seats are occupied. I'm not sure if adding over 300 dots in an imageview is not a good idea, so I wanted to use drawing over a TouchImageView or its bitmap.
But on a second thought... I'm sure he will ask to be able to click on each seat, so maybe I'll need to add the images, the problem is the pinch capabilities...
Anyone can give some ideas on how to achieve this?
Thanks a lot!!
Last edited: