cannot see path while moving finger
问题 Hey I implementing doodling functoinality in my application. While drawing a line I cannot see the line path while moving the finger. I can see the line when is up ie TouchUp, could some one help me so that I can see the line drawn while moving the finger along the path. public class DoodleImageView extends View { // drawing path private Path drawPath; // drawing point private boolean drawPoint; // drawing and canvas paint public Paint drawPaint; public Paint tempPaint; private Paint