Relatively new to Android development, so sorry if this is a stupid question(I don't have a full understanding of the layouts yet).
I am trying to optimize my app for medium, high, and x-high dpi devices with a medium screen size.
In Eclipse, I have set up "layout-normal-mdpi", "layout-normal-hdpi" and "layout-normal-xhdpi".
Would this be the most efficient way of deving for my targeted screen size? Thanks