but i also need to save it and then convert the gesture to image and then
mail it as an attachment.
Is that all possible? can i convert a gesture into an image?

On Tue, Feb 15, 2011 at 2:06 AM, Marcin Orlowski
<[email protected]>wrote:

> > 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
>

-- 
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