Skip to main content

Posts

Showing posts with the label Screen Sizes

Mobile Screen and their Resolution for android developers

Compatible devices MUST support dynamic orientation by applications to either portrait or landscape screen orientation. That is, the device must respect the application's request for a specific screen orientation. Device implementations MAY select either portrait or landscape orientation as the default. There are some screen resolutions already defined in Android. They are: QVGA (240×320, low density, small screen) WQVGA (240×400, low density, normal screen) FWQVGA (240×432, low density, normal screen) HVGA (320×480, medium density, normal screen) WVGA800 (480×800, high density, normal screen) WVGA854 (480×854 high density, normal screen) QVGA (Quarter Video Graphics Array) QVGA (Quarter Video Graphics Array or Quarter VGA) is a type of resolution whose dimensions are 320×240 pixels. The QVGA display is normally found in devices such as mobile phones and PDAs. The display is also common on other hand-held devices such as game consoles. Resolution Most of the tim...