I found this but which is not clear to me is ; When having many layouts with fragments as well, how to add
/res/layout/layout.xml // Default layout
/res/layout-small/layout.xml // Small screens
/res/layout-large/layout.xml // Large screens
/res/layout-xlarge/layout.xml // Ex
/res/layout-small-land/layout.xml // Small screens, landscape view
/res/layout-small-portrait/layout.xml // Small screens, portrait view
To make the app compatible with any screen sizes? Also for one UI is it required to design required view x6(layout,small,large,xlarge,small-land,small-portrait) times of the screen sizes?