screen-size

How to get screen size on Windows Phone 7 Series?

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? http://social.msdn.microsoft.com/Forums/en-US/windowsphone7series/thread/f0639904-a368-44db-9ddd-efcaf8fc736e http://social.msdn.microsoft.com/...

How to get the visible size on an Activity?

How can I know the visible size of my activity? I'm trying to get the Activity real size, not the height and width from getHeight() and getWidth(), which gives me the screen full size. ...

Using AbsoluteLayout on Android?

All pages of my application use the AbsoluteLayout which is deprecated. I was told that the reason i should not use absolutelayout is that it's not flexible in different screen sizes. I tested my app with every simulator comes with android sdk, and I had no problem. But all screens on all simulators seem to have the same size. am i safe...

changing screen size

Hello, I am developing an application for MS Windows in Java. What I want to do and don't know how is this: Let's say the user's screen resolution is set to 1000x1000, and my app size is 400x100. Now I want to change the user's screen size to 1000x900 and put my app in this 100px high bar. When a user will open i.e. a internet browser an...

What minimum screen size should I assume?

I'm designing various unsizeable forms and layouts in Delphi to run on Windows. I'm worried that if I assume a minimum 1024x768 screen size (or greater), I'll run into customers still using 800x600. What minimum screen size should I assume? I don't want to require a minimum that irritates users. What's the best practice or current re...

How can we measure size of a web page in firefox/IE?

I have to find the size of a web page (in pixel). To be precise, I click on a link, it opens a new web page. Now I want to know the size of newly opened web page. I tried using Measureit add-on. I also tried to use IE Developer Toolbar. How we can do this in firefox/IE? ...