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.

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
Android resource selection layout- and values- inconsistencies

The issue I am experiencing indicates that the resource bucket being selected for a given activity's layout XML is inconsistent …

android android-layout android-resources android-screen-support
How to make my app look the same in all devices?

I'm newly on android development and i build an app on android studio and i want to make my app …

android layout screen-orientation screen-size android-screen-support
Support-Screens in Manifest File

This is my code in my android manifest file. supports-screens android:resizeable="true" android:smallScreens="true" android:normalScreens="true" android:…

android 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
drawable sizes for different screen sizes in android

i have a problem in android development that bored me. my problem is screen size and dealing with that. specially …

java android android-drawable android-screen-support
How to restrict app to Android phones only

Hello I am targeting users to Android phones only. I want to restrict the app to install on Android phones …

android android-screen-support
Explain the difference between drawable, drawable-ldpi, drawable-mdpi and drawable-hdpi

I have a rough idea of what each of these directories are for, but I'm not really clear on the …

android android-screen-support android-drawable
Nexus 6 and Nexus 9 Screen density

Can anyone tell me which Drawable does Nexus 6 and Nexus 9 support xxhdpi or xxxhdpi? I also want to whether Nexus 6 …

android android-layout android-screen-support