Android adaptive screen size

Source: Internet
Author: User

Android has been widely sought after since its launch. Due to its open features, the market has emerged immediately. Different Versions of Android machines, different Android OS, and different OEMs, of course there will be a lot of inexplicable screen sizes. for this reason, I introduced in my previous article how to get the width and height of the Android mobile phone through encoding. With this width and height, we can implement Android adaptive screen size.

The method is actually very simple. The most common is to create a layout folder of the corresponding size under res.

For example:

The screen size of the HTC Sensation Z710e mobile phone is 540x960 pixels. For details about the 4.3 inches parameters, refer to: large,

Folder name format: layout-screen direction (port portrait screen/land landscape screen)-screen height (pixels)-screen width (pixels ),

Legend:

 

Create the corresponding layout file in the layout-port-960x540 folder and use the app's phone if the screen size is 540x960 pixels, the system will automatically use the layout file under the layout-port-960x540 folder for page layout. further, we can infer that we can adapt to N kinds of screens.

There are many similar introductions on the Internet. We recommend the following:

Http://www.cnblogs.com/leon19870907/archive/2012/02/01/2335143.html

 

Related Article

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.