In my first project i used XML for Interface. Now i’m going to start new project, it’s big enough: fixed footer, header and content with pictures, map and so on.
Question: for my new project which one is better to build Interface: using XML with external scripts, or drop the XML and create everything from the code?
In my first project i used XML for Interface. Now i’m going to start
Share
I guess that is more or less a preferences question. If you prefer using XML stick to it, as it provides the necessary features for almost anything regarding layout.
If you have some parts of your app where you need to make a programmatically layout, you can do that in the specific case.
My experience is that once you get the hang of XML layout it is easy and flexible, whereas code layouts are more difficult to manage.