Top "Android-screen-support" questions

The foundation of Android's support for multiple screens is its ability to manage the rendering of an application's layout and bitmap drawables in an appropriate way for the current screen configuration.

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 know smallest width (sw) of an android device?

I have 4 different devices: Asus tablet, screensize 7" Lenovo tablet, screensize 7" HTC mobile phone, screensize 5" HTC mobile phone, screensize 4.7" I want …

android android-resources android-screen-support
screen support multiple devices using layout-large,layout-normal and layout-xlarge folders

I created layout-large, layout-normal and layout-xlarge in the res folder and I copied all the xml files to those layout …

android android-layout screen android-screen-support
Android studio layout size folders

I'm trying to create a different layout for 1080dp and others using "layout-sw1080dp" folder but it seems android studio …

android android-styles android-screen-support
Manifest screen support Entry for Device only and Tablet Only

What should be the manifest entry of an Android application which supports only device not tablet. Device size can be …

android android-manifest google-play android-screen-support android-market-filtering
Get text content of the android screen

Is there any way to get the text content that is being displayed on the android mobile screen. It may …

android android-intent android-screen-support
Where does android.max_aspect meta make difference?

A recent blog explains that we must use <meta-data android:name="android.max_aspect" android:value="2.1" /> in <…

android android-manifest android-screen-support
How to resize an image to fit multiple screen densities

I need to add an avatar to a grid item. I want to know how to handle the resizing of …

android android-image android-screen-support
How to design layout for S4

Like for the earlier devices we can create 3 kinds of layouts:- normal-layout large-layout xlarge-layout But what if I want …

android layout drawable samsung-mobile android-screen-support
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