> How to use canvas to sensetize the touch event and then save the image
> created by the user through touch and mail it as an attachment

You do not use canvas to sense anything. Canvas is, as name indicates,
a way of drawing. And that's mainly it. If you want to react on user
gestures or touches, use GestureDetector process motionEvents your
listener get and paint them on your canvas.

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to