1

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?

animuson
  • 53,861
  • 28
  • 137
  • 147
Fcoder
  • 9,066
  • 17
  • 63
  • 100

1 Answers1

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_widthso that your UI will fit on all screens. Happy Coding.

Rajkiran
  • 15,845
  • 24
  • 74
  • 114