Skip to content Skip to sidebar Skip to footer

Android How To Draw On A Canvas Through Touch Events

I want to make android-screen as white-board so that by touch on screen I able to draw something on screen. I know I have to use canvas, Path all these things. But how I can make t

Solution 1:

So maybe you should take a look to this example:

http://developer.android.com/resources/samples/ApiDemos/src/com/example/android/apis/graphics/TouchPaint.html

Post a Comment for "Android How To Draw On A Canvas Through Touch Events"