About Hand Drawing
Hand drawing in android canvas with eraser.
Source Code : https://github.com/swapgo20/Android-Hand-Drawing
DrawingView is extended from View & used to create a path on canvas based on movement of users finger.
Path & paint object is stored are maintained in a ArrayList. Eraser is achieved by changing paint object color property to white.
Different colors of lines can be achieved by changing paint object color property.
Download and install
Hand Drawing version 1.3.0 on your
Android device!
Downloaded 1,000+ times, content rating: Everyone
Android package:
com.swap.handdrawing, download Hand Drawing.apk
by D####:
Good for initial simple draw.