Home:ALL Converter>Android supporting multiple screen sizes

Android supporting multiple screen sizes

Ask Time:2013-10-01T04:00:12         Author:user1785900

Json Formatter

I have a bit confusion about supporting different screen sizes.
In android manual it's written that layout-large .. layout-xlarge ..etc are deprecated in android 3.2+, and we should use instead layout-swXXXdp ..

if I want to write an app that supports android API level +8, do i have to make two folders, one folder layout-large for APIs lower that 11, and another folder layout-600dp for APIs level 11 and above ?

Author:user1785900,eproduced under the CC 4.0 BY-SA copyright license with a link to the original source and this disclaimer.
Link to original article:https://stackoverflow.com/questions/19102732/android-supporting-multiple-screen-sizes
yy