android-screen-support Questions
4
Solved
I developed an application, Now i want to restrict the application for tablet.
Means the application should not run on any tablets. For that I specify the support-screens in Androidmenifest.XML fi...
Petersen asked 14/8, 2013 at 10:42
1
Solved
First of all, I want to apologize in advance since I'm sure that this kind of question has been asked before, but even though I was looking for about 2 weeks at those questions I could not figure o...
Pickel asked 7/6, 2014 at 19:54
2
Solved
I have created different dimens.xml files and placed them in appropriate values folder.
I have the following "value" folders defined
values,
values-large,
values-normal,
values-small,
values-sw3...
Sepoy asked 4/4, 2014 at 9:46
2
What are the primary buckets, or groups, of smallest width (sw) layouts that should be provided in an app?
I tried creating buckets around the most common screen widths in pixels: 240, 320, 480, 5...
Clearsighted asked 21/6, 2013 at 20:54
4
Solved
I'm really feeling confused. From the docs at developer.android.com, it seems in order to keep my images scaled correctly (aspect ratio too) across all current Android devices I need all these layo...
Coltin asked 5/4, 2011 at 21:7
6
Solved
I know that there is a lot of gigabytes of information about my problem, I've almost read all of it - official documentation on developer.android.com, posts on XDA-Developers and here, and many oth...
Emblematize asked 17/12, 2013 at 2:46
4
I have to manage different screen sizes and different densities in my Android app.
I am not getting directory structure properly.
What I understand so far is there are four types of screen s...
Freestanding asked 4/12, 2013 at 9:11
2
Solved
according to http://developer.android.com/training/multiscreen/screendensities.html
The following scale factors are mentioned
xhdpi: 2.0
hdpi: 1.5
mdpi: 1.0 (baseline)
ldpi: 0.75
I was wonderin...
Epochal asked 6/9, 2013 at 10:7
4
Solved
i have a problem in android development that bored me. my problem is screen size and dealing with that. specially i have some problems with images. for example i want to create a background image f...
Meier asked 23/6, 2013 at 13:46
3
Solved
I have 4 different sizes for each of the icons I need to use in my app. The problem is My Nexus 7 (1280 x 800) and galaxy s2 (800 x 480) seem to use the resources in drawable-hdpi. How do I force t...
Jonajonah asked 18/4, 2013 at 9:44
4
Solved
I have an Android application and I want to stop this app installing in Tablet. I have searched many websites. I got some ideas and followed that. But that is not restricting.
Here are the some of...
Bel asked 13/2, 2013 at 4:54
5
Solved
I developed an application. And now i want that my application should run only on mobiles not on tablets. I searched for that and tried as:
<supports-screens
android:smallScreens="true"
andr...
Singlestick asked 21/3, 2013 at 6:36
2
The issue I am experiencing indicates that the resource bucket being selected for a given activity's layout XML is inconsistent with the resources being selected from the values folder despite the ...
Androus asked 18/10, 2012 at 22:56
1
Solved
I realise this topic has been covered to death, and I have read the official and unofficial developer guides on it so know the theory. But I'm still unsure which path to take to ensure my app looks...
Cloudless asked 14/2, 2013 at 10:56
2
Solved
When I use different layouts to support different screens , should I use dp or px .
Heronry asked 27/10, 2012 at 9:28
1
Solved
I have been working on my app for several months now, and it is about ready to be released. I have one more thing to do, which is to make it support multiple screens. I have read the the andr...
Careerism asked 19/10, 2012 at 14:51
1
Here I develop one application which has menu screen with 8 icons on that screen, i have two sets of icon according to size.
1 set icon size is 197 * 253
2 set icon size is 184 * 236
when i run th...
Pierro asked 25/8, 2012 at 5:9
1
Solved
I want to support 600dp screen in my android application. So i have made that layout using layout-sw600dp. But i cannot get the exact layout with the application.
I got 800 X 1280 screen size with...
Mcneill asked 24/7, 2012 at 11:35
2
Solved
The app I'm developing contains 2 separate layouts: one is for the regular phones, other for small tablets such as NOOKcolor. The decision which is which is made based on the screen width resolutio...
Boredom asked 9/4, 2012 at 22:2
4
I am following this tutorial link
There three types of screens
xlarge screens are at least 960dp x 720dp
large screens are at least 640dp x 480dp
normal screens are at least 470dp x 320dp
small...
Manchukuo asked 5/10, 2011 at 14:39
4
Solved
I have a rough idea of what each of these directories are for, but I'm not really clear on the concept and I have some specific questions.
For example, what are the target DPIs for each directory?...
Frigg asked 16/6, 2011 at 13:56
© 2022 - 2024 — McMap. All rights reserved.