i want to do undo features in in my application.. for this i searched i net found that take arraylist of x,y points which i have done below code i am unable for undo the drawing
Hey I have used a kind of trick to remove the black line.In my erase button, I have set the color to white, instead of using XferMode..
if(erase){ paintColor = Color.parseColor(newColor); drawPaint.setColor(paintColor); }