How to make multiple screen support in android?

188 Views Asked by At

I designed an app which works well with 320*480. My problem is that when I install and use my app on small or large displays such as 240*320, 480*800 I'm experiencing problems with the alignment of the components.

I know something that I have to design separate layouts for each screen size.

3

There are 3 best solutions below

0
On BEST ANSWER
0
On

You should try the developer tutorial links which will state you and guide you how to make layout without using static width and height also how to support multiple screen using that layout.

Declaring the layout and design guide

Support multiple screens

Hope it will help you.

0
On

Please go through the following web site for developing multiple screen support application.

http://developer.android.com/training/multiscreen/index.html (Follow the sub links also) http://developer.android.com/guide/practices/screens_support.html