Quickly what I have !! I have a defined screen size (5.5 inches) and resolution (500 px width and 350 px height) and I have co-ordinates of certain location (x, y) on this screen.
What I will have !! I will have the specifications of new screen size (8.2 inches) and resolution (1020 px width and 730 px height).
What I need to calculate/extrapolate/find ? I need to find the same x,y location on the new screen size with the new resolution. And I need a generic solution which could work on any screen size or resolution.
Can anyone please help me with this.