Top "Screen" questions

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

Simple C# Screen sharing application

I am looking to create a very basic screen sharing application in C#. No remote control necessary. I just want …

c# desktop screen sharing
What is today's most popular screen resolution?

Is there a place that displays statistics in such a manner that I can rely on? e.g. Google/Microsoft …

screen viewport resolution screen-resolution
Screen Video Record of Current Activity Android

Is it possible to record screen video of current running activity from same activity ? I know how to take screenshot …

java android screen record
how to continuously display a file of its last several lines of contents

I am trying to find a Unix command (combination, maybe) on how to continuously display a file of its last …

linux unix split screen tail
Programmatically get screen size in Mac OS X

I am able to return the screen size using: - (void) getScreenResolution { NSArray *screenArray = [NSScreen screens]; NSScreen *mainScreen = [NSScreen mainScreen]; …

cocoa macos screen resolution
Unable to resolve module 'react-native-screen'

I got this error from React Native on Atom: Unable to resolve module 'react-native-screen' Here are my steps: I ran …

react-native navigation screen
How to display Activity when the screen is locked?

My application is launched on car docking event, I want to wake up phone (done by system) and unlock screen …

android locking screen
Turning on screen programmatically

I would like to unlock screen and switching it on to show a popup on an event trigger. I am …

android screen locking
How can I prevent the display on an iOS device from dimming and turning off?

I'm diving into iOS development and am building my own alarm clock app to become familiar with platform and SDK. …

iphone ipad screen ios
How to add icons to Preference

I'm making an app that extends the PreferenceActivity and I want to add an icon to each Preference. I read …

android icons screen preferences