Top "Screen" questions

A screen on a device, such as an iPhone or other smartphone.

Screen Resolution Problem In WPF?

I'm gonna detect the resolution with the following code in WPF : double height = System.Windows.SystemParameters.PrimaryScreenHeight; double width = System.…

c# .net wpf screen resolution
Java how to make JFrames maximised but not resizable

Originally (See my previous question "Java how to make JFrames start off as a maximised window") I wanted to make …

java swing jframe screen dimension
Turn on screen on device

How can I turn the sceen on ? I tried something like this adb -d shell am broadcast -a android.intent.…

android android-intent screen broadcast
XNA - Get Current Screen Resolution

Is it possible to get the current desktop screen resolution? I have a few minor settings in my XNA game …

c# xna screen desktop resolution
How to get the screen size of the device?

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 …

android view screen screen-size inches
How to record IOS screen programmatically

Is there any way to record IOS screen programmatically. Means whatever activity you are doing like clicking buttons, Scrolling tableviews. …

ios swift screen recording
Get physical screen size in Qt

I'km working in Qt, i need help to get the physical size of the screen (monitor), In Qt one can …

qt size screen monitor dpi
"RuntimeException: Performing pause of activity that is not resumed"

(I see a similar question on stackoverflow, but the answer there is not a true answer, and the context of …

android screen android-activity runtimeexception
Different Layouts For Different Screen Sizes On Android?

So I made an app using in Eclipse using the Graphical Editor, AbsoluteLayout, fixed pixel values, etc... just bad practice …

android size screen pixel absolutelayout
Difference between Wakelock and FLAG_KEEP_SCREEN_ON?

Keeping the screen awake can be accomplished by using a wakelock by mWakeLock = mPowerManager.newWakeLock(PowerManager.SCREEN_BRIGHT_WAKE_LOCK, …

android screen