所有Android手机和平板电脑设备的宽高比是多少?

时间:2011-08-26 02:41:40

标签: android mobile

我正在寻找基于Android的手机和平板电脑的所有屏幕宽高比列表。

5 个答案:

答案 0 :(得分:151)

几个月前,我研究过同样的事情,研究了几十种最受欢迎​​的Android设备。我发现每个Android设备都具有以下宽高比之一(从大多数方块到大多数矩形):

  • 4:3
  • 3:2
  • 8:5
  • 5:3
  • 16:9

如果您认为肖像设备与横向设备分开,您还会发现这些比率的倒数(3:4,2:3,5:8,3:5和9:16)


More complete answer here: stackoverflow community spreadsheet of Android device resolutions and DPIs

答案 1 :(得分:149)

如果有人想要更多的视觉参考:

aspect_ratio_visual_reference

十进制近似参考表:

╔══════════════════════════╦════════════════════════╦════════════════════════╗
║       aspect ratio       ║     decimal approx.    ║     decimal approx.    ║
║ [long edge x short edge] ║ [short edge/long edge] ║ [long edge/short edge] ║
╠══════════════════════════╬════════════════════════╬════════════════════════╣
║         19.5 x 9         ║        0.462...        ║        2.167...        ║
╠══════════════════════════╬════════════════════════╬════════════════════════╣
║          19 x 9          ║        0.474...        ║         2.11...        ║
╠══════════════════════════╬════════════════════════╬════════════════════════╣
║        ~18.7 x 9         ║        0.482...        ║        2.074...        ║
╠══════════════════════════╬════════════════════════╬════════════════════════╣    
║         18.5 x 9         ║        0.486...        ║        2.056...        ║
╠══════════════════════════╬════════════════════════╬════════════════════════╣
║          18 x 9          ║           0.5          ║            2           ║
╠══════════════════════════╬════════════════════════╬════════════════════════╣
║          19 x 10         ║        0.526...        ║           1.9          ║
╠══════════════════════════╬════════════════════════╬════════════════════════╣
║          16 x 9          ║         0.5625         ║        1.778...        ║
╠══════════════════════════╬════════════════════════╬════════════════════════╣
║           5 x 3          ║           0.6          ║        1.667...        ║
╠══════════════════════════╬════════════════════════╬════════════════════════╣
║          16 x 10         ║          0.625         ║           1.6          ║
╠══════════════════════════╬════════════════════════╬════════════════════════╣
║           3 x 2          ║        0.667...        ║           1.5          ║
╠══════════════════════════╬════════════════════════╬════════════════════════╣
║           4 x 3          ║          0.75          ║        1.333...        ║
╚══════════════════════════╩════════════════════════╩════════════════════════╝

更新日志:

  • 2018年5月:已添加56x27 === ~18.7x9(华为P20),19x9(诺基亚X6 2018)和19.5x9(LG G7 ThinQ)
  • 2017年5月:已添加19x10(基本电话)
  • 2017年3月:已添加18.5x9(三星Galaxy S8)和18x9(LG G6)

答案 2 :(得分:5)

可以安全地假设流行的手机是WVGA800或更大。虽然有大量的HVGA屏幕,但它们是次要问题。

Android屏幕尺寸列表

http://developer.android.com/guide/practices/screens_support.html

宽高比计算器

http://andrew.hedges.name/experiments/aspect_ratio/

答案 3 :(得分:2)

简化了计算方程的最佳方法。也就是说,找到两个数字之间的最大除数并除以:

离。

1920:1080 maximum common divisor 120 = 16:9
1024:768  maximum common divisor 256 = 4:3
1280:768  maximum common divisor 256 = 5:3

也可能发生一些方法

答案 4 :(得分:0)

Sony Tablet P已经过时了,但它可以在横向模式下为每个应用程序在32:15和32:30之间切换,反之亦然在纵向模式下,这样就可以实现