In my android game, there is a surfaceview
which has 36 bitmap
s drawn on it. I want to change the bitmap
s when they are touched. Is there a way implement touch
or click
event to the bitmap
s ?
Adding touch
event to surfaceview
and then to calculate the bitmap
touched will be very tedious since there are 36 bitmap
s.