149 PPI 的 10 英寸平板电脑在程序中显示为 160 dpi
三星 Galaxy 10 英寸平板电脑规格称其显示密度为 149 PPI。
但是当我使用显示指标打印 dpi 时,它显示为 160 dpi。
如何知道设备的准确 dpi。
Samsung galaxy 10 inch tablet spec is saying that its display density is 149 PPI.
But when I printed dpi using display metrics its showing as 160 dpi.
how to know the exact dpi of an devices.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
PPI 和 DPI 是两个不同的东西。开发 Android 应用程序时需要了解的重要一点是 DPI。
可以这样找到:
Android 适用于 DPI 的一般类别:
请查看此处以获取更多信息:
http://developer.android.com/guide/practices/screens_support.html
PPI and DPI is two different things. The important thing to know about when developing Android applications is the DPI.
It can be found like this:
Android works with general classes of DPI:
Take a look here for more information:
http://developer.android.com/guide/practices/screens_support.html
在这篇精彩帖子 Dianne 中添加到 Cant0na 答案中,这是完全正确的Hackborn(Google 工程师)准确解释了 dpi 的工作原理。我认为这本书是每个 Android 开发者都必须阅读的。除其他外,她说:
Adding to Cant0na answer, which is totally correct, in this great post Dianne Hackborn (Google engineer) explains exactly how the dpi works. I think the reading of it is a must for every Android dev. Among other things, she says: