Why is the Panel the only view with a touch event?
It would be nice if ImageView also had this event so I can move or expand images with gestures. As it stands, I will have to switch to using Panels and draw the images on the panel's canvas.
I suppose could use the Gestures library on an ImageView but users have reported problems with this library on some Android devices.
Widget
It would be nice if ImageView also had this event so I can move or expand images with gestures. As it stands, I will have to switch to using Panels and draw the images on the panel's canvas.
I suppose could use the Gestures library on an ImageView but users have reported problems with this library on some Android devices.
Widget