Skip to main content
fixed typos
Source Link
Dennis Williamson
  • 363.8k
  • 95
  • 386
  • 446

Make Bitmap 'sBitmaps listen to touch events

How can I add touch capabilities to a simple bitmap?

I've tried to create a wrapper class for a bitmap,
witchwhich implemented OnGestureListener,
but it didn't work.

I want to avoid extending View class to achieve this.

Thanks!

Make Bitmap 's listen to touch events

How can I add touch capabilities to a simple bitmap?

I've tried to create a wrapper class for a bitmap,
witch implemented OnGestureListener,
but it didn't work.

I want to avoid extending View class to achieve this.

Thanks!

Make Bitmaps listen to touch events

How can I add touch capabilities to a simple bitmap?

I've tried to create a wrapper class for a bitmap,
which implemented OnGestureListener,
but it didn't work.

I want to avoid extending View class to achieve this.

Thanks!

Source Link
Tsimmi
  • 1.9k
  • 6
  • 23
  • 35

Make Bitmap 's listen to touch events

How can I add touch capabilities to a simple bitmap?

I've tried to create a wrapper class for a bitmap,
witch implemented OnGestureListener,
but it didn't work.

I want to avoid extending View class to achieve this.

Thanks!