screen-size Questions
2
Solved
Good day, I am trying to restrict screen sizes to only handsets (i.e. not tablets) in google play. After I found this article I added this to my manifest file:
<compatible-screens>
<!-- ...
Ely asked 3/10, 2016 at 15:11
1
As per the above image, large screen size will have range of 4" to 7".
So all the android devices which have 4" to 7" display size they all belongs to large screen size.
It may chance 7" tablet...
Dragone asked 15/12, 2016 at 10:26
8
Solved
I understand that Android's developer site provides information on this topic. I have already read the following three pages:
Supporting Multiple Screens
Screen Sizes and Densites
Icon Desig...
Literate asked 7/6, 2011 at 22:32
1
Solved
Following up this question here I am trying to get a good rendering of a floating 3D cube using three.js. The camera proportions are window.innerWidth / window.innerHeight and since I am using a re...
Bracken asked 5/8, 2016 at 12:21
3
Solved
I'm building an Android app that resizes based on the screen size using different layout folders (i.e. large, xlarge, etc.).
The only problem is that I want to provide a way for users to switch b...
Sicanian asked 20/1, 2012 at 15:15
2
Solved
I created an app that relies on some screen metrics to function. It works great on all devices, except for the Galaxy Note 5. On the note 5 it reports the screen size of 1080x1920 while the screen ...
Midcourse asked 16/9, 2015 at 23:28
2
Solved
to prevent horizontal scrolling in my web pages, I have used 3 different stylesheets for mobile, tablet, and desktop devices. I try to tell the browser to use the proper css file with the following...
Becharm asked 23/7, 2014 at 13:2
4
Solved
Here's my snippet for detecting a mobile display based on the screen size. You can force the site to stay in desktop-mode by adding a forceDesktop param to the URL.
I`m new to jquery so if you ha...
Maurita asked 30/10, 2014 at 9:51
2
Solved
I want to resize the screen on Android device. When I run the following commands:
adb shell wm density 240
or
adb shell wm size 800x480
I get error:
/system/bin/sh: wm: not found.
Why? How ca...
Approbate asked 15/6, 2015 at 7:27
0
What I'd like to achive
A small/large screen behavior as it is implemented by Google in its Calendar app.
For example when you create a new event, on a large screen a 'dialog' opens
that darken...
Tyndall asked 31/12, 2015 at 10:41
5
Took screenshots for every size in the simulator and I'm having a problem with 4.7-inch (iphone 6) and 5.5-inch (iphone 6 Plus) screenshots only.... With 4-inch and 3.5-inch had no problem uploadin...
Beaumarchais asked 24/9, 2014 at 22:24
7
I am trying to give my emulator a 4'7 screen size (I don't know the height and width dimentions). At the moment I am trying to set it in the AVD manager. Then I am trying to edit one of the a...
Phthisis asked 21/7, 2013 at 18:55
4
I just updated Xcode to test my app in iOS 9. My app has size issue on any device bigger than 3.5 inches. It has black gap on the top and bottom of the screen. I'm only using autoresizing in the ap...
Johnsiejohnson asked 23/8, 2015 at 7:4
5
I'm having a real problem with my drawables that I just can't seem to figure out.
The problem is this:
There are screen sizes at approximately 320x480, 480x800, 480x854
Then there are most commo...
Geilich asked 10/12, 2010 at 18:8
4
Solved
This is my first post here. I just learned Android programming and come to this problem. I have searched a bit and found some solutions but I couldn't make my code works. So I want to know which pa...
Dial asked 27/5, 2015 at 10:54
2
Solved
I'm newly on android development and i build an app on android studio and i want to make my app have same design in all devices:
Samsung Galaxy S4 => 1080x1290 ; 5.0”
Galaxy Nexus => 720x1280 ...
Maren asked 19/2, 2015 at 17:37
5
Solved
I'm almost done building my first iPhone app and am trying to add a background image, and am finding it a little confusing, because nowadays there's like 3 or 4 different size screens among the dif...
Cauline asked 5/12, 2014 at 6:51
1
I have been searching this over the web for 2 days now and I am still unable to get my hands on something helpful. I have to run my windows 8.1 app on large device (i-e 80 inches) having 4k(3840 X ...
Signory asked 18/11, 2014 at 7:16
4
Solved
Does anyone know of any possible way to determine or glean this information from the terminal (in order to use in a bash shell script)?
On my Macbook Air, via the GUI I can go to "About this mac" ...
Elizbeth asked 26/7, 2014 at 15:1
3
since android 3.0 there is a navigation bar with back and home button on the display. Now if I get the screen size like this
ClockLwp.ScreenHeight = getWindowManager().getDefaultDisplay().getHeig...
Sasaki asked 21/2, 2012 at 16:19
2
We all are going to update our apps to iphone 6 and iphone 6 plus. That means we need to support 4 sizes.
1.) 3.5
2.) 4
3.) 4.7
4.) 5.5
Can we support all these screen sizes with single xib or st...
Garrygarson asked 17/9, 2014 at 10:21
0
I am currently working on an iOS app and using new feature Use Size Classes in Xcode 6 with Swift language. Everything seems to work (elements are placed correctly for different screen sizes)...
Antipode asked 11/9, 2014 at 10:19
6
So, there are ways to detect 'mobile' browsers and screen sizes using javascript and php.. however, the screen size is always returned in pixels and mobile can mean anything these days.
I want to ...
Calgary asked 23/11, 2011 at 4:28
3
Solved
I want to show 3x3 sized gridview. I want to set the height and width based on device size. I am taking reference from this link.
MainActivity-
public class MainActivity extends Activity {
@Ove...
Shiism asked 8/3, 2014 at 10:0
4
I have a few questions:
What is the screen size?
What is the screen density?
What is a difference between screen size and screen density?
How I can support different densities and different scre...
Ot asked 14/3, 2014 at 5:39
© 2022 - 2024 — McMap. All rights reserved.