The Android App only supports horizontal screen switching or vertical screen switching.

Source: Internet
Author: User

In tablet development, only the horizontal screen switching function is required, and the default activity of the system has the horizontal and vertical screen switching function. How can this problem be achieved?

In fact, it is very simple. You only need to set the attribute in the activity related to the Manifest. xml file:

Android: screenOrientation = "sensorLandscape"

In this way, you can implement the horizontal screen switching function of the app, and the lifecycle method of the activity will not be called during the horizontal screen switching.


Ps: android: screenOrientation = "sensorPortait": the app only supports portrait switching.

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.