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 7184943
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 28, 20262026-05-28T18:18:23+00:00 2026-05-28T18:18:23+00:00

In MY application the activity is entering in to the application not responding state

  • 0

In MY application the activity is entering in to the application not responding state when the configuration is changed from the portrait to landscape

and coming to the piece of the code for the configuration change is:

public void onConfigurationChanged(Configuration newConfig) {
    super.onConfigurationChanged(newConfig);        
    mWordSelCategory =mWordCategory;
    Log.d(TAG,"THE CATEGORY IS :: "+mWordSelCategory);
    if (newConfig.orientation == Configuration.ORIENTATION_PORTRAIT) {
        setContentView(R.layout.word_start);
        mImagebackground = (ImageView) findViewById(R.id.mImgWord_ImageBg);
        if (mWordSelCategory.equals("Animals")) {

            mImagebackground
                    .setBackgroundResource(R.drawable.word_start_animals);

        } else if (mWordSelCategory.equals("Fruits")) {

            mImagebackground
                    .setBackgroundResource(R.drawable.word_start_fruits);

        } else if (mWordSelCategory.equals("Things")) {

            mImagebackground
                    .setBackgroundResource(R.drawable.word_start_objects);

        } else if (mWordSelCategory.equals("Vegetables")) {

            mImagebackground
                    .setBackgroundResource(R.drawable.word_start_vegetables);

        }
    } else if (newConfig.orientation == Configuration.ORIENTATION_LANDSCAPE) {
        setContentView(R.layout.word_start_horizt);
        mImagebackground = (ImageView) findViewById(R.id.mImgWord_ImageBg);
        if (mWordSelCategory.equals("Animals")) {

            mImagebackground
                    .setBackgroundResource(R.drawable.word_start_hori_animals);

        } else if (mWordSelCategory.equals("Fruits")) {

            mImagebackground
                    .setBackgroundResource(R.drawable.word_start_horiz_fruits);

        } else if (mWordSelCategory.equals("Things")) {

            mImagebackground
                    .setBackgroundResource(R.drawable.word_start_hori_objects);

        } else if (mWordSelCategory.equals("Vegetables")) {

            mImagebackground
                    .setBackgroundResource(R.drawable.word_start_hori_vegetable);
        }

    }

    getReconfigData();
}
  • 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-28T18:18:24+00:00Added an answer on May 28, 2026 at 6:18 pm

    Whoa, you got a lot of code duplication in there.

    Refer to http://developer.android.com/guide/topics/resources/providing-resources.html and specifically check out the Providing Alternative Resources section – you can have the layout system use different layouts depending on whether your device is in landscape or portrait mode automatically.

    E.g.

    res/layout/word_start.xml
    res/layout-land/word_start.xml
    

    Then you will only have a single call to setContentView and all the findViewByIds ….

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

Sidebar

Related Questions

I wanna launch the Contacts application from my application Activity. I am not able
I have a multiple Activity application that progresses the user from entering an IP/Host
I am interested in activating another application's activity. I know from reading the Android
How to change main activity at application startup in Android? I want to implement
Is it possible to fire explicit intent but not for an activity from my
In my application,from a Service, i am entering data into database and collecting those
Is it possible to Launch an application or activity from onRecieve() of a BroadcastReceiver
I have an application that records activity in a table (Oracle 10g). The logging
I am using a custom title view in my application for each activity. In
To track user activity history on a web application, I am attempting to save

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.