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 o
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.