简体   繁体   中英

Minimum screen resolution for Android devices

请问,市面上屏幕分辨率最低的设备是什么?

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 .

这是一款240 x 240分辨率的设备(智能手表): http//www.omate.com

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).

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).

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.

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".

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM