In Android documentation says, that I can use alternate resources for devices that (for example) has minimum available width in dp units at which the resources should be used—defined by the value.
So by creating "w720dp" folder, creates resources for particular tablets. I would like to know how programatically calculate how much width does particular device have.
Thanks in advance!