Top "Screen" questions

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

Keep the screen awake throughout my activity

I have three activities in my app. I want to keep the screen awake when it is in the second …

android screen
How to develop screen capture to video application

I found similar questions in stackoverflow. But I want to be specific. I visited a web site screencast-o-matic. They have …

java screen video-capture javasound
Screen orientation lock

Is there a reliable way to lock screen orientation on all Android devices? The code below works for my Nexus …

android locking rotation screen orientation
Draw on the screen without a form

Is it possible to create a big white rectangle on the screen, without using a Forms Application? It should cover …

c# console drawing screen
Adding a footer that is always displayed at bottom of screen?

How can i add a footer that is always at the bottom of the screen even when the page contents …

html css screen footer sticky-footer
iOS get physical screen size programmatically?

Is this possible? I want the number of inches, not the number of pixels. I know it is approximately 160 ppi. …

iphone ios ipad screen screen-size
Correct method for setKeepScreenOn / FLAG_KEEP_SCREEN_ON

I am using the method setKeepScreenOn(true) and haven't been able to figure out how to call this in relation …

android screen power-management
How do I determine which monitor my .NET Windows Forms program is running on?

I have a C# Windows application that I want to ensure will show up on a second monitor if the …

c# .net windows winforms screen
How to disable power button?

Is it possible to override the functionality of the android power button ? I want to 'disable' the power button. My …

android screen wakelock android-screen
Making UIView transparent

I want to add a UIView to my UIViewController but I want it to be transparent until I decide to …

ios uiview screen transparent