Top "Android-screen" questions

Android - Screen Resolution and Screen Density

As per managing resources(images) in > Android 1.6 version, we need to keep different-resolutions image in Drawable-Hdpi, Drawable-Mdpi, Drawable-Lpi folder …

android android-screen android-resolution
How I can set keep screen on and full screen flag?

fullscreen in my app and I write this code : public void onCreate(Bundle savedInstanceState) { requestWindowFeature(Window.FEATURE_NO_TITLE); setRequestedOrientation(…

android layoutparams android-screen android-windowmanager
Android - How to access emulator screenshot via emulator?

My app allows the user to take a screenshot which it then sends to the server. On a real device, …

android android-emulator android-screen
How to turn off screen of android phone programmatically?

How to turn off screen of android phone programmatically? I tried using following code with no luck PowerManager mPowerManager = (PowerManager) …

android-screen-support android-screen