Top "Android-screen" questions

How do I get the ScreenSize programmatically in android

Android defines screen sizes as Normal Large XLarge etc. It automatically picks between static resources in appropriate folders. I need …

android android-screen
How to get android device screen size?

I have two android device with same resolution Device1 -> resolution 480x800 diagonal screen size -> 4.7 inches Device2 …

android android-screen
Lock Android phone application to Portrait mode

Can someone tell me how to lock my application to a portrait mode? Is it a simple configuration in the …

android portrait android-screen
Android: Samsung Galaxy S3 screen size for layout

Is anyone out there testing on a Samsung Galaxy S3 yet? Specifically, does it have what is considered a large …

android android-layout android-screen
How to disable power button?

Is it possible to override the functionality of the android power button ? I want to 'disable' the power button. My …

android screen wakelock android-screen
Android screen resolution

There are some screen resolutions already defined in Android. They are: QVGA (240×320, low density, small screen) WQVGA (240×400, low density, normal …

android android-screen
Android DisplayMetrics returns incorrect screen size in pixels on ICS

I've tried this.... DisplayMetrics metrics = new DisplayMetrics(); getWindowManager().getDefaultDisplay().getMetrics(metrics); int fullscreenheight = metrics.heightPixels; int fullscreenwidth = metrics.widthPixels; and.... …

android android-layout android-screen android-resolution
How to find the device as LDPI MDPI HDPI or XHDPI

Without any code snippet for the application, how to get screen resolution and length of the screen. How could I …

android android-screen
Setting drawable folder to use for different resolutions

I have 4 different sizes for each of the icons I need to use in my app. The problem is My …

android android-manifest android-drawable android-screen-support android-screen
Android : App support for multiple tablet screen resolutions

I just ran my Android application on Galaxy Tab Emulator, where the design looks distracted. Now my worry is how …

android-screen android