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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 9, 20262026-06-09T16:29:32+00:00 2026-06-09T16:29:32+00:00

I’ll break my question in steps, so that it’s easier to follow/answer. Step 1:

  • 0

I’ll break my question in steps, so that it’s easier to follow/answer.

Step 1: According to the Android Developer Guide, "The density-independent pixel is equivalent to one physical pixel on a 160 dpi screen". This means that on a Galaxy S, which has 233 dpi, 1 dp is equal to 1.46 physical pixels (233/160).

Step 2: Given the Galaxy S has a resolution of 480×800, it means that the height of its screen is 548dp (800 physical pixels divided by 1.46). So if I make the height of a LinearLayout I create to be 274dp it will take exactly half the screen. I tested, and it works.

Step 3: The Galaxy S3 has 306 dpi, so on that device 1dp = 1.9125 physical pixels (306/160). Since it has a resolution of 720×1280, the height of its screen is 670dp (1280/1.9125). Again, if I make a LinearLayout with around 335 it will take half the screen. Tested and worked.

Question: How do I make a LinearLayout that will take half the screen both on the Galaxy S and on the Galaxy S3 using Density-independent pixels? Cause if I use 274dp it will take half the screen only on the S, and vice-versa. Or are my calculations wrong in any step?

Update: Thinking about it I came up with the following idea: use "ScreenMetrics" to get both the dpi and screen resolution of the device. Then let my app calculate the total size of the screen in DPs (which will be the resolution divided by (dpi of device/160), and then set the height of the layout dynamically to be half of that. A lot of work, but I guess it’s the way to do this?

  • 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-06-09T16:29:33+00:00Added an answer on June 9, 2026 at 4:29 pm

    On galaxy S , the dp is 1.5

    ldpi: 1dp = 0.75px
    mdpi: 1dp = 1px
    hdpi: 1dp = 1.5px
    xdpi: 1dp = 2dp
    

    the reall px will be `(int)(density * x + 0.5)

    you can get you dp with

    getResources().getDisplayMetrix().density.
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm parsing an RSS feed that has an ’ in it. SimpleXML turns this
link Im having trouble converting the html entites into html characters, (&# 8217;) i
That's pretty much it. I'm using Nokogiri to scrape a web page what has
I've got a string that has curly quotes in it. I'd like to replace
I have a string like this: La Torre Eiffel paragonata all’Everest What PHP function
I have a French site that I want to parse, but am running into
I am doing a simple coin flipping experiment for class that involves flipping a
I know there's a lot of other questions out there that deal with this
I don't have much knowledge about the IPv6 protocol, so sorry if the question
I need a function that will clean a strings' special characters. I do NOT

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.