Android program adapts to multi-resolution

Source: Internet
Author: User

Android1.6began to support the processing of multiple resolutions, in short, based on the screen parameters, dynamic loading of resource files. In theAndroidin the project file structure,drawableThe folder contains three subfolders, each of which is adrawable-hdpi,drawa-mdpi,drawa-ldpi, stored separatelyhdpi,mdpi,ldpithe bitmap. When the application runs,Androidaccording to the current device screen size, resolution, screen density, direction, aspect ratio and other information, select the appropriate folder to load. AndroidThe configuration modifier defines the following rules:

1, in res new directory under folder named - This format, which is the standard resource name, for example drawable or Span style= "font-family: ' Times New Roman ';" >layout normal/small/large hdpi/mdpi/ldpi land/port LONG/NOTLONG  ET.

2, in step a new folder into the corresponding resources, such as bitmap resources or layout Resources, the name of the resource file must be the same name as the default resource file.

3, the Android system support multi-resolution mechanism is inseparable from the Android-manifest.xml file supports-screen elements, If your application adapts to multiple resolutions, you need to set anydensity to true

<supports-screens

Android:anydensity= "true"

Android:largescreens= "true"/>

Android program adapts to multi-resolution

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.