Ontouch In Android: Getting X And Y Coordinates And Drawing Circle On That Point
in my application on ontouch of screen i'm getting the coordinates(x.y), after that on that position i'm drawing a circle.but when i'm drawing a circle on that position.it always
Solution 1:
Try this
draw circle on Action down
event.getAction()==MotionEvent.ACTION_UP
to event.getAction() == MotionEvent.ACTION_DOWN
Post a Comment for "Ontouch In Android: Getting X And Y Coordinates And Drawing Circle On That Point"