Hi, i need to create app in which will user draw simple lines through onTouchEvent. It had to be possible to save drawed image as bitmap. At Graphics | Android Developers I read there are 2 ways to do it. But as i wrote with SurfaceView it is impossible to save it as bitmap. But I don't know how to do that with other View objects. In my onTouchEvent I use Path object to store coordinates.
Please could you tell me how to do it? -- 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

