I am developing one android application for multi screen purpose. I have read about multi screen support. So i have to create some layouts layout-small, layout-normal, layout-large, layout-x large. My doubt is, suppose i am having total 30 XML's, do i have to maintain all the 30 layouts in all the multi screen support layouts? As well as do i need to maintain all images in other folders? Please suggest me the best way to do multi screen support.
I tried maintaining all the XML'S in all the layouts.