recently i'm building an app and now i have some problem with layout and positioning. in fact i build my layout but when i test on bigger screen everything collapsed and look of my app is not good. what is the best way to produce UI?
Asked
Active
Viewed 155 times
1
-
You need to check out http://developer.android.com/guide/practices/screens_support.html – Vinayak Bevinakatti Mar 15 '12 at 11:37
-
see multiple screen supports in developer.android.com – Samir Mangroliya Mar 15 '12 at 11:38
-
Post the possible XML layout code that you have tried so far. – Paresh Mayani Mar 15 '12 at 11:38
-
thanks for reply, i check these links. thanks everyone :) – Fcoder Mar 15 '12 at 11:55
1 Answers
2
Refer to Supporting multiple screens.
Also, while creating UI, try to keep the layout as RelativeLayout
and avoid hardcoding for layout_height
and layout_width
so that your UI will fit on all screens.
Happy Coding.

Rajkiran
- 15,845
- 24
- 74
- 114