The tag has no wiki summary.

learn more… | top users | synonyms

1
vote
2answers
48 views

How to build my menu for android devices

I'm working on my game menu for android and I'm stuck to apply my layout for all devices screen size. Do I have to size my layout in dp or with weight ? I'am aware of doing many layout in ...
0
votes
1answer
25 views

How to get screen size in Panorama control of Windows Phone 7

How to programatically get an actual screen size (width and height) in Windows Phone? Normally I would use the following: How to get screen size on Windows Phone 7 Series But Panorama control is a ...
1
vote
2answers
47 views

Android - How to place icons on full-screen image in the same place for all screen sizes and densities?

I have image and I want it to be full-screen in the layout. Then I want to place icon on a particular place of the image; the problem is that the icon doesn't lie on the same place when I run the ...
1
vote
3answers
185 views

From iPhone 4 to iPhone 5 screen size compatibility issue

I am working on the existing application. My task is to optimize screen to make compatible to screen for iphone 5. The original image as it could be seen in the first image (width and height 320*460). ...
1
vote
1answer
59 views

Big elements on device with high screen density

I have application with elements (buttons, images, ...) in layout. All images are in resources for ldpi, mdpi, ... , xxhdpi. If I run application on tablet 7" (800x480) elements has "correct" size. ...
0
votes
1answer
16 views

What size should I make the display screen?

I am creating a windows mobile application using forms. The screen size of the device it will be displayed on is 480x640. What is the optimal size for a windows form on a display screen of this ...
0
votes
1answer
46 views

I need to make a video that is 480 x 480, is this possible?

I currently have a function that checks for all supported video sizes: List<Camera.Size> cameraSizes = params.getSupportedPreviewSizes(); for (int i = 0; i < cameraSizes.size(); i++) { ...
0
votes
1answer
145 views

Uncaught TypeError: Cannot read property 'clientWidth' of null

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 ...
0
votes
2answers
61 views

Configuration qualifiers for 320x480 Android (Galaxy Ace)

I have an application that I am struggling to make look right on a Galaxy Ace 320*480 mdpi. Using drawable-sw320dp-mdpi seems to effect most of the other screens such as the Galaxy S2 (480*800 hpdi) ...
1
vote
1answer
48 views

Auto adjust alignment to screen size

I am working on a BlackBerry App that has a lot of ImageButtons, LabelFields and MessageBoxes. What appears to be perfect on one screen size, seems a mess on the other. For instance, Vertical Field ...
1
vote
0answers
75 views

Android game working on all screen sizes

I'm trying to specify the art sizes for an Android game with ~10 screens. I want the game to run on API 8+, and on all size screens except "small". Since we're using API 8, I use the old "4 ...
0
votes
0answers
26 views

Getting exact dimensions of browser window?

If i use code below to get browser screen size there will be border and scroll bars. I want it to exactly get fitted to window no matter i open toolbars etc. I don't want border spaces and scroll ...
0
votes
2answers
94 views

Android screen not scaling correctly even though I used dp as units?

I have done a lot of reading on SO and googling all over the place but still cannot get my answer...I have this code: <?xml version="1.0" encoding="utf-8"?> <RelativeLayout ...
0
votes
1answer
186 views

Handling different iphone screen sizes/resolution for background images

I would like to better understand the iphone resolutions etc. I have an application that has a basic buttonView and logoView. I have output the height of the logoView which will auto fit in height ...
0
votes
1answer
66 views

Changing Youtube Player Screen Size According to Browser's Window Size

If i use code below to get browser screen size there will be border and scroll bars. I want it to exactly get fitted to window no matter i open toolbars etc. I don't want border spaces and scroll ...
2
votes
1answer
49 views

how to get REAL size of a device?

I have this problem: I want to code a website that displays differently according to used device. What I'd like is something like: if (screen.width < 400) useLayout(1); else if (screen.width ...
2
votes
2answers
260 views

iPhone 5 screen size black bars

I am having problems in making my iPhone 4 (3.5 inch screen) work on iPhone 5 screen. I have already tried to import Default-568h@2x.png image for a launch image and it works properly in simulator, ...
0
votes
0answers
38 views

URL redirection service that can detect os and screen size

Are there any url redirection services redirecting based on user's os and screen size.
0
votes
1answer
120 views

New method for getting device type for mobile webpages

I've been researching for a good way to get the devicetype to trigger mobile websites and many people still use script that gets the screen width/height in pixels to determine if mobile devices are ...
0
votes
0answers
67 views

Android Gallery onfling base on different Screen Size

Currently I'm trying out on Android Gallery and had created a button to animate to a specific position (eg. 10). I had tried out various way and had look at different question setSelection (But it ...
0
votes
2answers
145 views

Set UIView height depending on screen size

I've a UIView under a table. I've got to set UIView height for iPhone 4S or 5. I tried using - (void) regolaViewPeriPhone { if(UI_USER_INTERFACE_IDIOM() == UIUserInterfaceIdiomPhone) { ...
0
votes
5answers
127 views

php echo statement if screen is a certain size

I have a series of jQuery scripts on my site that I want to only run if the users screen width is greater than 960px. I know that you can't detect screen size using php but is there a way to create ...
0
votes
2answers
90 views

Only allow .click event if window size below certain number

I have a #div1, which when clicked should toggle #div2 with jquery. This click event should only execute the function if the window size is below 760px. I'm bad at javascript so I'm getting wrong ...
-2
votes
4answers
138 views

How do I make an app designed for iPhone 5 work on earlier devices? [closed]

I have created an app for iPhone 5 and it is running well. When the app is run on an iPhone 4 or earlier device, the layout is wrong. Textfields and labels are not in the right position. My client ...
0
votes
2answers
132 views

New app to run on iPhone 5 like the old apps do (centered in screen with 2 void areas above and below)

I made an app for the iPhone 4 and the screen size is good and all is well... when I run the app on the iPhone 5 though the app isn't centered in the middle of the screen like off of my old apps were, ...
0
votes
2answers
90 views

Screen Size in Java

Hello I am making a game in Java and I get the screenSize using DefaultToolkit, but the problem with that is that is detects the size of the screen if it was FULLSCREEN. How can I get the screen size ...
1
vote
2answers
64 views

Which device screen size for Android development [closed]

So I'm thinking of getting an Android device for development and I am unsure about which device size I should go which. I will most likely be developing for the smart phone screen size, at least for ...
0
votes
1answer
67 views

ListView not showing items on a smaller screen

I had an emulator with a larger screen and it all works well. ListView shows everything perfectly normal so its not in the java code. I have tried testing it now on a 3.2 screen and ListView doesn't ...
7
votes
5answers
348 views

How do you specify in AndroidManifest.xml that you want to forbid installing on devices smaller than a 4.7-inch device?

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 ...
1
vote
2answers
309 views

Getting the physical screen size in inches for iPhone

How can I get the screen size programmatically in inches(for example iPhone 4, 3.5 inches). I found a way to do it by detecting the iPhone/iPad model but hard coding is not what I want so I am not ...
1
vote
1answer
278 views

My layout on large screen devices doesn't match large screen preview

I have been testing the majority of my layouts on a Galaxy 5 Media Player, and the layouts all have been looking how I design them in the regular layout folder. I am using SDK 10, so I do not use the ...
-4
votes
1answer
170 views

C# get max resolution on winpe, without any drivers

Im looking for a way to get the maximum supported screen resolution. I need to find this without any drivers installed. I have already tried using WMI and the EnumDisplaySettings. Is it possible to ...
0
votes
3answers
205 views

One android layout for multiple screens

I would like to have only one android layout for multiple screens that would display the same resolution. For example, if I set the layout for 320dp, I would like it to show the same app on a 640dp ...
1
vote
1answer
103 views

Why javascript report 800px width for Motorola Atrix MB860 4G ? Shouldn't it be 540px

For my Mobile Web App I am trying to get screen width of the device to fit the views dynamically. I am really confused why Motorola Atrix Atrix MB860 is reporting a 800px width. When I see the spec ...
0
votes
1answer
311 views

Android different screen size issues (Testing on Galaxy S1, S2, S3 and Note2 etc)

I'm working on a game, it's almost complete (just tweaking & testing), I have Samsung galaxy S1, so graphics works just fine on Galaxy S1 and S2, however.. tested on Samsung galaxy S3; had to ...
1
vote
1answer
83 views

Center div contents when pushed to the next line

I have a containing div with a max-width set. This div has left and right margins set to auto, so it centers when the user's screen is larger than the max-width. It contains several other divs ...
1
vote
0answers
254 views

Same pixel size but different screen size and resolution

I've an android project with layouts and resources for screen size large and mdpi (resources are in folders "layout", "drawable", and "drawable-mdpi"). The layout is mostly relative but some margins ...
0
votes
4answers
175 views

support for different screen sizes in android

i want to my apps support different screen sizes. i add folders "layout-small and layout-large " in /res directory. but XMLs inside this folders aren't accessible in my activity.so i add all my ...
0
votes
3answers
212 views

how many nib file I need to support iPhone 3G, iPhone 5 and iPad?

If I want to support and design with old iOS and iPhone, how many nib I may need? Will it be 3 nib, one for older iPhones, one for iPhone 5 and one for iPad? Surely I do not want the black border ...
1
vote
1answer
194 views

Phonegap, problems with css styling for 480x720, 480x800 and 480x854

I have been working for several days now to solve a css problem for Phonegap. I have an App showing a map, and some control buttons. I need to set the map size so I have space for the buttoms. It ...
1
vote
1answer
99 views

WP8 cannot display images in native resolution

Every image on WP8 is stretched to twice its height regardless of the positioning method. Cannot display high quality images as they all are resized outsize the visible display port automatically. ...
0
votes
2answers
233 views

The Android Hello World app is zoomed in and blurry on my nexus 7

I am starting android development and I am following the first training guide on developer.android.com. I created an app like this: android create project --target <target-id> --name ...
1
vote
2answers
316 views

Older devices and AndroidManifest configChanges “screenSize”

Quoting the documentation: Caution: Beginning with Android 3.2 (API level 13), the "screen size" also changes when the device switches between portrait and landscape orientation. Thus, if you ...
3
votes
1answer
636 views

Smallest Width for Galaxy S and Galaxy S2

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 ...
0
votes
1answer
239 views

Understanding Android screen resolution & density

I have been developing an app on an eeepad 10" tablet. It reports a screen size of 1280x752 and a mdpi density. The image currently looks like this I recently bought a Nexus 4 (screen size 1184 x ...
5
votes
2answers
234 views

Replacing stylesheets with jQuery depending on screen size

Hi I wonder if anyone can help, I'm trying to create a responsive site using jQuery (got to do it this way as the target audience is on IE7/8 and css3-mediaqueries.js seems to interfere with jQuery UI ...
0
votes
3answers
61 views

Scoping the Screen Size — Android Eclipse

The answer to this question may be too advanced for me, but I would still like to give it a try. I am able to determine and set the value for the screen size within a method, but it does not have ...
0
votes
1answer
352 views

Spinning wheel half way off screen android

I have a requirement for a spinning wheel graphic that is half-off the bottom of the screen and then animates (spins) when users take action. I can place the wheel graphic off the screen by calling: ...
0
votes
0answers
82 views

Positioning UI elements on iPhone5 screen

I have a Login Screen in my app showing the usual User/password textfields and a login button. When I switch to the 4'' inch screen I encounter the problem of respecting the same proportion ...
1
vote
6answers
572 views

iPhone 5: Want to find out Screen size for iPhone 5

I am wondering how i can detect using the screen size is iPhone 5. My application at the moment using 3.5 inch interface on a iPhone 5 so when I used the code CGSize result = [[UIScreen ...

1 2 3 4