Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 3803672
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 19, 20262026-05-19T14:23:58+00:00 2026-05-19T14:23:58+00:00

Hii I want to know the mechanism how the screen changes automatically from horizontally

  • 0

Hii

I want to know the mechanism how the screen changes automatically from horizontally to vertically or vice-versa in android when we change the position of phone. Example in terms of coding would be highly appreciable.

Regards

Piyush

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-19T14:23:58+00:00Added an answer on May 19, 2026 at 2:23 pm

    Screen is changed automatically from Portrait to Landscape and vice versa. So, in the most simple case you do not have to do anything. However, there is one important thing to take into account:

    On orientation change, Android terminates your current activity and re-creates it again. So, if you have some important state variables, you must preserve them. In order to do that, you must override the function

    @Override
    public void onSaveInstanceState(Bundle stateToSave)
    

    When instance is re-created, you have to check

    @Override
    public void onCreate(Bundle savedInstanceState)
    

    value of savedInstanceState. If it is null, it is first start. If it is not null, then it is re-creation caused by rotation, and you have to fetch state variable values from Bundle savedInstanceState.

    If you need different layouts for Portrait/Landscape please check answer from Anand.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

hii I am a fresher in the c # so i want to know
Hi i want to know how to close an application in Android. Actually i
Hi I am new to Android and I want to know that how can
Hi i want to know that how can i weight the coin in android
Hi i want to know how to find the distance between two markers in
Hi I want to know what is the time complexity of the replaceAll function
Hi I have three tables and I want to know how much jobs with
Hi I use a custom MembershipProvider. I want to know the current username during
hii I want show a pop up Dialog box when i click on to
hii I want attractive buttons for my website how can i do that

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.