screen-size Questions
4
Solved
The desire have 480 x 800 pixels, 3.7 inches and the HD have 480 x 800 pixels, 4.3 inches screen specification.
I run the code that is accepted as answer from this thread How to get screen size of ...
Visitor asked 27/7, 2011 at 7:33
8
Solved
I need to know the screen sizes of android devices to support multiple screen sizes application.
Centrepiece asked 3/6, 2011 at 19:39
3
I am developing an android application which loads a web application when started. To achieve the purpose I am using webview control. I want my webview to be displayed full screen so that it will g...
Disoblige asked 21/4, 2011 at 3:58
2
Solved
I want to get Android device's screen size. I'm using these 3 codes to do this but these are giving me the activity's size; which is without the size of the status bars height.
On tablet with 800px...
Obryan asked 25/8, 2013 at 14:6
2
Solved
I have a responsive wordpress theme. The menu is coded to hide when the screen size is bellow 740. However it only does this correctly on the home page. If I go to any other page the menu collapses...
Benzoyl asked 8/4, 2013 at 9:59
1
I need to dynamically get the screen size of all mobile devices from a webpage using Javascript.
I have tried this:
//get window's size
if (document.body && document.body.offsetWidth) {
...
Parasitism asked 27/5, 2012 at 21:54
4
Solved
I would like to get to detect whether the given device is a tablet or phone in android.I have tried the two in the simulator but none worked. Both are here:
First
if ((getResources().getCon...
Emmittemmons asked 27/3, 2012 at 6:41
2
This has been troubling me for quite a while, and I have done so much research on this, but could't find an answer. My first time posting a question here, please correct/forgive me if I make a mist...
Socialism asked 24/10, 2012 at 22:49
4
Solved
I have a game that feels best on 7-inch tablets, and feels acceptably nice on 10-inch tablets and 5-inch Samsung Note-size devices. It's even just passably fun on something the size of a Nexus 4 ph...
Gretchengrete asked 28/1, 2013 at 20:0
3
Solved
I found several values folders in my res folder:
xlarge screens are at least 960dp x 720dp
large screens are at least 640dp x 480dp
normal screens are at least 470dp x 320dp
small screens are at l...
Tapioca asked 31/8, 2012 at 19:52
1
I'm developing an Android Widget and need to differentiate between Galaxy S and Galaxy S2.
I almost read everything about Screen sizes and densities articles.
And I need, of course, to use the new ...
Engagement asked 25/12, 2012 at 12:50
2
On iPhone5 [[UISCreen mainScreen] bounds].size comes back as 320x480. Why. In all the posts I'm reading, people are saying that it returns the correct screen size. What is going on here? Am I missi...
Sylvie asked 5/10, 2012 at 19:21
7
Solved
Imagine a full Android device screen, I want it split in to two sections:
The upper half has text in it, which may be larger than the space available (or not) and so the text will scroll (i.e. Te...
Bucksaw asked 30/11, 2010 at 15:24
1
Solved
I need to change style on a page depending on if it's a handheld device (such as a cell phone) or a large screen device, such as a laptop, stationary pc or a tablet.
I know I could detect the reso...
Playground asked 3/6, 2012 at 18:41
1
I'm trying to make Guake terminal work correctly in Unity. Its window have width that is equal to screen width. But because of Unity left bar window's right border becomes invisible. So, I want to ...
Newfashioned asked 6/5, 2012 at 16:24
7
Solved
I am making app for phones, but I wan’t them to be usable on tablets. I don’t know why can’t. I use this in my android manifest file:
android:xlargeScreens="true"
I get this error:
error: No re...
Fassold asked 8/8, 2011 at 15:25
2
Solved
My app seems to be working on different sized screens well, apart from the tablet sized screens.
The way I have worked, is using a relative layout, which has lots of images. The images then have d...
Vevina asked 24/2, 2012 at 17:2
2
Solved
The app I'm developing contains 2 separate layouts: one is for the regular phones, other for small tablets such as NOOKcolor. The decision which is which is made based on the screen width resolutio...
Boredom asked 9/4, 2012 at 22:2
3
Solved
I'm finishing off an Android app, all that remains is to adapt the UI layouts and graphics for multiple devices. I need particular elements placed in particular positions on the screen.
The Androi...
Osteomalacia asked 25/3, 2011 at 12:32
5
Solved
How do I programatically get the screen resolution on WP7? Here are a bunch of links that get the same job done in desktop WPF and Silverlight, but none of them are in the Phone SDK.
Any ideas?
h...
Paraffin asked 8/4, 2010 at 0:8
2
Solved
I have to program my Android app with the best compatibility to different screen sizes (tablets and smartphones) and to the versions 2.3, 3.2 and 4.0.
I know about the possibliy to name the folders...
Gwin asked 18/1, 2012 at 10:24
1
Solved
How can you access the dimensions of the screen in Visual Basic? I have looked online and it says to use Screen.width and Screen.length, but it doesn't recognize those properties... any tips?
Oily asked 21/10, 2011 at 1:46
2
Solved
I'm working on adding support for tablet sized screens to my apps. I already have images in drawable-mdpi and drawable-hdpi for different density screens. My problem is with tablets like the Galaxy...
Gallivant asked 18/2, 2011 at 21:57
1
Solved
Im working with a graphic designer who constantly wants to make websites larger than the 960 pixels i recommend. I can do a certain amount with liquid layouts but id really love to be able to load ...
Tidewater asked 2/3, 2011 at 17:11
1
Solved
So I need to change the size of an image depending on the area of the screen. The image will have to be half of the screen height, because otherwise it overlaps some text.
So Height= 1/2 Screen He...
Dannydannye asked 25/1, 2011 at 20:16
© 2022 - 2024 — McMap. All rights reserved.