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