Top "Screen" questions

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

How to draw to screen in c++?

How would I draw something on the screen ? not the console window but the entire screen, preferably with the console …

c++ screen draw invisible
PhoneGap/Android - Locking orientation to portrait

I have tried every method to lock the screen to portrait orientation but they simply do not work after testing …

android cordova screen orientation
Getting actual screen dpi/ppi under windows

I would like to get the actual screen dpi/ppi, not the dpi setting used for font in C++. I …

c++ windows screen dpi ppi
Developing a custom lock screen

I want to develop custom lock screen app that looks like iPhone's lock screen. Are there are any tutorials or …

android locking screen
Android set navigation drawer list to open exact half of the screen for all device screen

I want to open the drawerlist to the half of the screen for all different device. i tried hard coded …

android screen navigation-drawer margins
Creating multi-screen support app android

I am creating a app in Android that must support multiple screens. For this purpose i have read many answers …

android layout screen android-screen-support
Use screen.width inside calc (css)

Is there a was of using screen.width inside calc? Something like this: left: calc(250px + screen.width - 1024px)!…

css width screen calc
Do I need 14 different layouts to support all Android devices?

I'm really feeling confused. From the docs at developer.android.com, it seems in order to keep my images scaled …

android screen resolution android-screen-support
How to transform 2D world to screen coordinates OpenGL

I'm currently working on implementing an OpenGL powered renderer into a 2D game engine. Because the OpenGL screen coordinate space …

opengl screen coordinates transformation
New Activity in Android "enter from the side"

What's the best way to go to a new activity but make it look like the activity slides to the …

android user-interface android-activity screen android-sliding