Layouts

I have the functionality down for my Life counter app. Now I am focusing on the various layouts for different devices. Setting it up is simple you make a new Directory in the Res folder and name it layout-<screensize>-<pixledensity>-<portrait or landscape> and a few other details. When android loads up your app it checks the current settings and loads the closest match in your Res file.