Converting a regular coordinate system to the dimensions of an Android View
I am trying to convert a regular coordinate system to a default android view
After understanding the android view coordinates came to know that the gesture value of the coordinate is (0,0) at the top left so is there any possible way to plot like a normal graph where the value must be between -1 to 1 like the graph with the center of the screen as (0,0).
This is the default android coordinates