I'm new to android and am working on a new application.I've created some layouts in the XML document which happens to be quite large. I know that I can save a lot of space if I create my layouts with Java loops, but on the other hand layout is something that I won't probably need to change very often.What is better performance wise? Java code or the XML layout?