android-resolution Questions
6
Solved
According to Android definitions, I've found that:
Resolution: The total number of physical pixels on a screen
Density: Based on the screen resolution, the spread of pixels across the physical wi...
Loch asked 1/4, 2011 at 21:6
2
Solved
I'm trying to change the resolution of devices using following command
adb shell wm size 480x800
but after the screen resolution changes I'm getting alert saying
"Unfortunately, Touchwiz Home has s...
Rosyrot asked 26/11, 2015 at 6:4
3
Solved
I am creating a simple quiz test app "Target SDK API 16 (4.1 Jelly Beans)" Screen 3.7 (480x800 hdpi).
This app looks great on 3.7 (480x800), but when I run this on another screening device like 2....
Paten asked 12/5, 2014 at 10:19
1
I have a style guide of iOS app which specifies height, width, padding, font size etc in PT (1x as base). I have converted them successfully in pixels for various iPhones like iPhone 5,6,6s Plus, 7...
Tarpaulin asked 28/2, 2017 at 8:39
6
Solved
I've tried this....
DisplayMetrics metrics = new DisplayMetrics();
getWindowManager().getDefaultDisplay().getMetrics(metrics);
int fullscreenheight = metrics.heightPixels;
int fullscreenwidth = me...
Henbit asked 12/6, 2012 at 5:54
4
Solved
I want to set an icon for my application, and don't know the exact resolution to put in the three folders hdpi/ldpi/mdpi . Also i want to set icons to my menu options and don't know what resolution...
Lederman asked 1/5, 2011 at 15:39
2
Solved
I am building application (calculator). I use table layout with buttons inside. It looks perfect on screen of Samsung Galaxy II, however it looks very bad on bigger screens. The buttons hight is ve...
Enthrone asked 27/1, 2014 at 10:22
2
Solved
I'm doing an Android App for Android tablets that has a full image background but I can't use a 9-patch, so I need the background to be as close as possible as the window size.
What I have tested:
...
Villalba asked 7/11, 2012 at 14:2
3
Sorry I know earlier some people have same kind of questions but I am suffering from the same issue and don't get a clear view from the earlier questions.
I found Android very complex for the d...
Narcotize asked 20/9, 2013 at 6:17
2
Solved
I'm a little confused about how to determine which phones support what layout types. I've done some research but haven't found a satisfying answer.
For example, I've found the below guide:
xlarge...
Fundament asked 3/6, 2013 at 4:49
3
I have Tablet with 7" screen (600×1024) with hdpi (240 dpi classification).
I have created folder layout-sw600dp. But it's not working in this resolution tablet.
Its working fine with 7" screen (...
Wellspoken asked 11/7, 2013 at 5:20
3
Solved
I have two 7 inch tablet one tablet (800*480) and second tablet (1024*600). I have facing problem following :-
1. Both can run on layout-mdpi and layout-large so how can i make different folder fo...
Savick asked 28/3, 2013 at 5:32
3
Solved
I have a weird problem.
Before you come to an idea to lash out on me, I am working on a custom Jelly Bean. Therefore the "usual nice approaches" might not work here, and dirty workarounds have to ...
Amazonas asked 26/2, 2013 at 11:9
2
Solved
I would like to show a splash screen image. I've read Screen compatibility overview about the different directories (ldpi, mdpi, ...) to create under res/ but I've not understood if, other than cre...
Tartarus asked 2/4, 2011 at 15:0
1
© 2022 - 2024 — McMap. All rights reserved.