Top "Screen" questions

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

How to get screen dimensions as pixels in Android

I created some custom elements, and I want to programmatically place them to the upper right corner (n pixels from …

android layout screen pixel dimensions
how to clear the screen in python

Possible Duplicates: clear terminal in python How to clear python interpreter console? I'm trying to write a program in Python …

python screen
Android screen size HDPI, LDPI, MDPI

I have a background that I need fit in all screen sizes. I have three folders, hdpi, ldpi and mdpi …

android size screen hdpi
How to get the screen width and height in iOS?

How can one get the dimensions of the screen in iOS? Currently, I use: lCurrentWidth = self.view.frame.size.width; …

cocoa-touch ios uikit screen
Clear screen in shell

Just a quick question: How do you clear the screen in shell? I've seen ways like: import os os.system(…

python shell screen
Finish all previous activities

My application has the following flow screens : Home->screen 1->screen 2->screen 3->screen 4-&…

java android android-activity screen flow
Android splash screen image sizes to fit all devices

I have a full screen PNG I want to display on splash. Only one error there, and I have no …

android png screen drawable splash-screen
Force "portrait" orientation mode

I'm trying to force the "portrait" mode for my application because my application is absolutely not designed for the "landscape" …

android screen orientation landscape portrait
How can I get screen resolution in java?

How can one get the screen resolution (width x height) in pixels? I am using a JFrame and the java …

java swing screen resolution
Prevent screen rotation on Android

I have one of my activities which I would like to prevent from rotating because I'm starting an AsyncTask, and …

android rotation screen