Top "Android-screen" questions

How to turn on and turn off screen with adb command?

I am using KEYCODE_POWER to turn on and turn off my rooted phone. The bellow command is used in …

android adb android-screen
Android - How to dynamically change fragment layout

I have a tablet app with an about fragment which displays my company's datas. I would like to change my …

android android-layout android-fragments android-screen
Different design for landscape and portrait orientation android

Can we have a different xml for landscape and different xml for portrait orientation? I am working on a simple …

java android android-layout android-screen
How to prevent automatic screen lock on android by code?

In my app there is a long loading process, and if the devices puts on the screen lock, my process …

android android-screen android-screen-support
Supporting multiple screen size - Android

I am going to develop new application in Android. This application should only work in portrait (even for tablet). Also …

android android-screen-support android-screen
Android: Disable application for tablet

I developed an application, Now i want to restrict the application for tablet. Means the application should not run on …

android android-manifest android-screen-support android-screen
Android: Showing wrong screen resolution

I was trying to get the screen resolution of android phones,using this code DisplayMetrics dm = new DisplayMetrics(); getWindowManager().getDefaultDisplay().…

android screen-resolution android-screen
How to create different layout for Galaxy S3 and Nexus 7?

I have created an android application which works properly for nexus 7. Inside resources folder, I have created two folders, layout, …

android android-layout android-screen
Android is not picking right dimens.xml file from values folder

I have created different dimens.xml files and placed them in appropriate values folder. I have the following "value" folders …

android android-layout android-screen-support android-screen
How to detect screen pressure on android?

I want to get the pressure of the screen. When ill run the application displaying me a message Unfortunately, Application …

android android-screen