CanvasView
CanvasView copied to clipboard
How to make eraser in canvasview
I used your code and i try to make eraser code which's i'm not able to did,so can you please help me how to make eraser
you should disable hardware acceleration in CanvasView.setup()
setLayerType(LAYER_TYPE_HARDWARE, null);