Home:ALL Converter>supporting multiple screen sizes in android

supporting multiple screen sizes in android

Ask Time:2011-06-05T05:31:54         Author:FAFI

Json Formatter

Hi I'm new to android world.Iam working on an application that supports multiple screen sizes i did as explained here http://developer.android.com/guide/practices/screens_support.html#screen-independence . I didn't create different xmls for each screen size. But when I tested it on android 3 emulator it appears in small part of the screen.

enter image description here

So I think that the size specified for my application on the emulator is small so my widgets are not filling the whole screen as I want. Can I control that size of my application on the emulator?

Author:FAFI,eproduced under the CC 4.0 BY-SA copyright license with a link to the original source and this disclaimer.
Link to original article:https://stackoverflow.com/questions/6239530/supporting-multiple-screen-sizes-in-android
Squonk :

See this question...How do I make my android apps fill the screen on Honeycomb?",
2011-06-04T22:09:11
yy