Minimum screen resolution for Android devices

安稳与你 提交于 2019-12-17 15:36:14

问题


Please, what is the device with the minimum screen resolution on the market?


回答1:


According to the latest Compatibility Definition Document, the definition for screen configurations require that:

  • Screens MUST be at least 2.5 inches in physical diagonal size
  • Density MUST be at least 100 dpi
  • The aspect ratio MUST be between 1.333 (4:3) and 1.779 (16:9)
  • The display technology used consists of square pixels

In practical terms, the lowest screen resolution currently being used is QVGA (240x320). There are a couple of phones that use this resolution including the HTC Tattoo and Wildfire. The smallest device I'm aware of is the 2.55" QVGA Sony Ericsson X10 Mini.




回答2:


This is a device (a smart watch) with 240 x 240 resolution: http://www.omate.com




回答3:


Take a look at Supporting Multiple Screens to see all of the possible screen resolutions, and Screen Sizes and Densities to see what the current Android market looks like in terms of both measurements.

Right now a "Small Screen with Low Density" has an expected resolution of 240x320, so you can think of that as the market's minimal screen resolution for now (until Google updates these figures).




回答4:


The smallest screen is probably the HTC Tattoo with a size of 2.8 inches. The resolution of that screen is QVGA (240×320, low density, small screen).




回答5:


The current minimum values for android compatibility have changed from those shown in the accepted answer. Minimum size for recent versions of Android is 426x320, except for devices defined as watches which must have at least 120dpi and a diagonal size of at least 1.1 inches. As watches are permitted to be square (which other devices are not), this means the lowest permissible resolution of a watch is 1.1/sqrt2 * 120 = 93x93. In reality, this would probably not work, as I doubt the system UI would function in that size.




回答6:


The most current Android O requirements for screens are here:

https://source.android.com/compatibility/android-cdd.pdf

The smallest screen now applies to Android Watches (1.1 to 2.5 inches). Refer to section "2.4. Watch Requirements".



来源:https://stackoverflow.com/questions/4519605/minimum-screen-resolution-for-android-devices

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!