How do I detect a particular screen size and apply the specific layout? Example:
I created a layout folder called "layout_480x800", it will be the layouts for that resolution, I also have a layout folder called "layout_720x1280" in which it will fit my other phone, and I need it according to the type of screen , the layout is applied. Do you have any sample code to show me?