Android Question TouchImageView lib: Drawing over bitmap?

jaraiza

Active Member
Licensed User
Longtime User
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!!
 
Last edited:

DonManfred

Expert
Licensed User
Longtime User
You just need ONE Imageview and reuse it 300 times...
 
Upvote 0

jaraiza

Active Member
Licensed User
Longtime User
But what about pinch capability? How can I move all those objects at the same time as TouchImageView's bitmap?
 
Upvote 0

jaraiza

Active Member
Licensed User
Longtime User
I didn't manage to make MapView to function, it made me dizzy LOL

But I resolved it coding an asp.net WebPage and using a WebView. It's not the best solution, but it works flawlessly :)

Greets
 
Upvote 0
Top