i am trying to make a drawing application.
i want to draw a single-touch motion path in android - like the way the Swype keyboard does it.
And consequently i want to store x-y coordinates of EACH of the pixels of the motion path into a data structure.
How can i use the MotionEvent pointers to do this?