开发者

Incorrect xdpi and ydpi values for Some Motorola Devices

开发者 https://www.devze.com 2023-03-08 01:59 出处:网络
I am trying query xdpi and ydpi value of Motorola Droid2 global and Motorola Atrix to calculate screen width, These are the values i am getting

I am trying query xdpi and ydpi value of Motorola Droid2 global and Motorola Atrix to calculate screen width, These are the values i am getting

Atrix: Resolution: 540*960 xdpi: 160 ydpi: 160 calculated screen width is coming to 6.1, whereas originial value is 4

Droid 2: Resolution: 480*854 xdpi: 144 ydpi: 144 calculated screen widht is coming to 6.9, whereas original value is 4.

开发者_开发技巧

Same logic of width calculation works fine with Xoom, HTC, samusng phones and some other android devices. In those cases xdpi and ydpi reported are around 240

Are values 144 and 160 correct values?

If this is not the right approach any idea, how can we calculate screen width programatically?

0

精彩评论

暂无评论...
验证码 换一张
取 消