• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Apps How to draw

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?
 
Nobody knows? I spend a lot of time on it, but with no result. I need only some view on which I will proceed on touch event and draw lines on it.
 
Back
Top Bottom