I'm trying to make an app that displays something in real-world units. It's not a ruler app, but it wants that kind of precision.
It already looks like the iPhone and iPod touch have different screen resolutions (160 & 163 respectively)
I've found this http://stackoverflow.com/questions/610193/calculating-pixel-size-on-an-iphone and this http://stackoverflow.com/questions/1255708/iphone-screen-resolution-changes-in-future-hardware and this http://forums.macrumors.com/showthread.php?t=350612
From my reading it sounds like I can treat the 320 * 480 screen space as 2 * 3.5 inches, ignoring the difference between the iPod and the iPhone resolution, which only seems to affect the clarity of the image, not the size.
My question(s) are: is this true? any way to determine this (320 "pixels" == 2 inches) in code, so if it changes I don't have to update.