My folder structure for layouts is like "layout-sw600dp-hdpi", " layout-sw480dp-hdpi" and so on.
At the moment when we want to find out under which category a particular device falls in, what we do is adding a layout file in every single folder with a different text. For an example if it is the file in " layout-sw600dp-hdpi" folder, then our text in layout file will also say "layout-sw600dp-hdpi".
Anyway our current method is very hard for us to find the device's size and make the screen accordingly.
Is there any other better way of knowing this?