The screen resolution of an Android device
Questions tagged [android-resolution]
100 questions
-1
votes
2 answers
How to Design a Layout which Support for most resolutions?
Possible Duplicate:
Android Layout and positioning issue
Design layout which support for all kind for resolution....

Siva
- 21
- 5
-1
votes
3 answers
Why does the wrap_content in imageview not make it much bigger based on the actual width?
I have an ImageView that has:
android:layout_height="100dp"
android:layout_width="wrap_content"
android:scaleType="fitCenter"
android:adjustViewBounds="true"
What I see is that if I set an image that has as dimensions (based on the info…

Jim
- 3,845
- 3
- 22
- 47
-1
votes
1 answer
Android App Icon Resource ID of specific density
How can I get (int) resource-id of specific density (hdpi, xhdpi, etc) of the app-icon in Android?
I know we can get drawable object of specific density using getDrawableForDensity() method, but how to get resource id of this drawable?

Ashwin
- 7,277
- 1
- 48
- 70
-1
votes
1 answer
Setting a fragment weight attribute for different device resolutions
I'm writing an Android application and for testing I have a 9" tablet with a 1024 * 600 resolution. I only have a few activities and they are all broken into 3 fragments. The top fragment has a weight of .1 and contains the title of the activity.…

GIZNAJ
- 501
- 5
- 23
-1
votes
1 answer
How to compare the resolutions with some other resolutions
In My app I have to do some resolution specific work and I have to get the resolution and send it to server accordingly. Now My server have images which entertains the following resolutions...
320 * 480
480 * 800
800 * 1200
720 * 1280
1080 *…

Allay Khalil
- 674
- 3
- 11
- 31
-1
votes
2 answers
Supporting multiple Android versions with different screen sizes
I am writing an application which I intended to target starting from Android OS 2.3.3 to the latest release. I have to give support for multiple screen sizes.
I undrestand that I can provide multiple screen sizes support using drawable-hdpi,…

Androidme
- 3,145
- 3
- 24
- 27
-1
votes
1 answer
Android multiple resolution support
I'm creating a game and I need to give the artist the PIXEL SIZE of the background images so he can draw them at photoshop/flash.
I want to support most mobiles and tablets.
Whats the sizes of background pics i need? and to what folder?
PLEASE(!)…

Wops
- 983
- 9
- 23
-1
votes
1 answer
Android Device/Screen support
As you all know, the latest devices from LG, Samsung and HTC got all sorts of different screen dimension.
As I tried my app on galaxy sII, older nexus one and they seems fine until I tried it on galaxy tab and all layout is stretched. I only have 1…

S Arumik
- 633
- 2
- 10
- 21
-2
votes
1 answer
Is there any third party tools to create multiple layouts in Android Instead of Different Layout Folder?
I know that we have to manually manage multiple device resolutions when we create Android app.
Is there any third party framework in which when we create one device resolution, it automatically create layout for other device resolutions?
Please let…

Shreyash Mahajan
- 23,386
- 35
- 116
- 188
-4
votes
1 answer
How many dp's does my Galaxy SIII have?
I want to create graphics for Android apps but I can't find the screen dimensions in dp.
For example, I can see that the Galaxy has 720 x 1280 pixels. I see that it is also 4.8 inches.
Does this mean that the the dp is 720/4.8 = 150 dps?
What would…

CodyBugstein
- 21,984
- 61
- 207
- 363