i have have made an image on canvas in the following way
now i want to listen touch event on the image , how can i do that
thanks and regards
PHP:
Bitmap bmp = BitmapFactory.decodeResource(getResources(),R.drawable.pushpin);
canvas.drawBitmap(bmp, screenPts.x, screenPts.y - 50, null);
now i want to listen touch event on the image , how can i do that
thanks and regards