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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 28, 20262026-05-28T05:16:04+00:00 2026-05-28T05:16:04+00:00

I have been having trouble getting the screen dimensions for android. I do not

  • 0

I have been having trouble getting the screen dimensions for android. I do not want the size of the status bars included in my dimenions. The app that I’m developing is to be permanently in landscape mode. I have been testing with the android honeycomb emulator. When I get the dimensions using the code in How can I get android Honeycomb system's screen width and height? I get 1280×800. I was curious as to why the person in the linked question has the size of the status bars subtracted while mine does not work that way. Also, how can I make it so that the size of the status bars is actually subtracted? If any additional details are needed I will be checking periodically to provide. 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-28T05:16:05+00:00Added an answer on May 28, 2026 at 5:16 am

    Okay! I finally figured it out. I pieced together code from several different sources so I don’t know exactly why things work out the way they do. Here is the relevant code.

    Rect rect = new Rect();
    Window win = getWindow();
    win.getDecorView().getWindowVisibleDisplayFrame(rect);
    screenWidth = Math.abs(rect.left-rect.right);
    screenHeight = Math.abs(rect.top-rect.bottom);
    

    There is one caveat though. This code WILL NOT work in the onCreate() method. Instead, place it in

    public void onWindowFocusChanged (boolean hasFocus)
    

    This should solve any problems with getting window dimensions!

    EDIT: I believe this solution should also work in portrait mode as well. I have not tested it though.

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

Sidebar

Related Questions

I have been having trouble getting my banner image on my blog to be
We have been having serious trouble getting an application we devlop running with UAC
I am having trouble getting the bulk uploader to work. I have been following
I have been having a lot of trouble getting cocotron to create a simple
I have been having some trouble getting the following to work: <IfModule mod_rewrite.c> DirectoryIndex
Hello I have been having trouble with this for a while now. I have
I have been having a lot of trouble figuring out how I can access
I having trouble in dividing the HTML frames. I have been using the following
Having Trouble with Entity Framework. I have been populating EntityReferences with an EntityKey inorder
No doubt elements of this question have been asked before, but I'm having trouble

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.