I want to perform some touch operations in my app.
When I touch on the screen and perform any move actions, I want to get the coordinates.
i.e the starting point x & y coordinate and the ending point x & y coordinate.
How can I perform it in onTouch()?
I want to perform some touch operations in my app. When I touch on
Share
I achieved it.