What I want to do is draw a line that will follow my finger and move that line. I've created a custom view, and I have an onTouchEvent() that works.
I can draw a static line in the onDraw() method without much trouble.
What I want to do is draw a line that will follow my finger and move that line. I've created a custom view, and I have an onTouchEvent() that works.
I can draw a static line in the onDraw() method without much trouble.