Question

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.

Was it helpful?

Solution

OTHER TIPS

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.

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

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top