I have a board with dices painted on it, drawn with canvas. I have about 3 or 4 buttons drawn too on it with different variables for specific bitmap. I know how to put a clickListener on the whole canvas view but i'd like to put specific function attached to specific button designed on the canvas view but i don't know how
Asked
Active
Viewed 56 times
0
-
can you add to your question, the relevant code you have so far? – petey Dec 24 '14 at 21:45
-
nvm, this has been (sort of) asked before here, Use a touchlistener to trap the x & y locations http://stackoverflow.com/a/4023317/794088 – petey Dec 24 '14 at 21:49
-
But coordinates depends on phone size and pixeles density, how to do it properly? – Dani Roca Dec 24 '14 at 22:33
-
"how to do it properly", hard to say w/o seeing any code – petey Dec 24 '14 at 22:37
-
I have 3 classes with lots of functions to draw it and do lot of things about canvas, its hard to put all code and I don't even know how to put the or something like that – Dani Roca Dec 25 '14 at 01:09