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

  • Home
  • SEARCH
  • 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 6729217
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T10:15:47+00:00 2026-05-26T10:15:47+00:00

My question is how to landscape Activity or TableLayout in the TabHost Layout? I

  • 0

My question is how to landscape Activity or TableLayout in the TabHost Layout?

I mean How to do something like this?

enter image description here

My Situation is the same this question
Android: Landscape Child Activity in a Portrait Tab Activity

Thanks,,,

  • 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-26T10:15:47+00:00Added an answer on May 26, 2026 at 10:15 am

    As per my knowledge, all the layouts can automatically converts themselves in changed orientation mode. Please use below code to handle orientation mode.

    Apply below code in menifest files for each activity for each tab.

    android:configChanges="orientation|keyboardHidden"
    

    Then apply below code to each code of each activity.

    public void onConfigurationChanged(Configuration newConfig) {
            super.onConfigurationChanged(newConfig);
            if(newConfig.orientation==Configuration.ORIENTATION_LANDSCAPE)
                //Toast.makeText(getApplicationContext(), "no", Toast.LENGTH_SHORT).show();
            {
    
            }
            else
    
            {
    
            }
    
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

This may seem like a stupid question, but I've been looking everywhere to fix
I have different design for potrait and landscape for activity.so i used layout-land layout
I have done what this question said here: Landscape Mode ONLY for iPhone or
I have a problem with showing keyboard in landscape mode. My activity contains an
This is not an uiview orientation question, I want to Have the iphone in
I have a (hopefully) a relatively simple question. How do I tell Android which
This is a weird question inasmuch as I've definitely had projects that work fine,
It is the first time I ask a question on this forum. Sorry if
I have seen the following links before posting this question http://www.devx.com/wireless/Article/40792/1954 Saving Android Activity
I have checked many question based on this but still I am not able

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.