The first operator is False, because the idea of โโallowing static and dynamic layouts is not to increase efficiency, but to better separate the view from the model / controller and allow layout changes without recompiling the code. See here for more info: Android xml vs java layouts .
The second and third operators are True, because this is information that can only be determined at run time, so in order to take advantage, you will need to create some dynamic linking parameters, for example. updating the position on the map or updating the current weather for the area in which you are located.
The bottom statement is False because you can have layouts in XML files that are called specifically for device orientation, for example. layout land.xml. Android will choose this layout correctly when the configuration is changed to landscape.
Remember that Android allows you to use both static and dynamic layouts, but from what I read, most people choose static layout options where possible, since this separation greatly facilitates making changes to the layout. Dynamic XML format in Android?
Good luck with this course, I believe that I am doing the same.
Greetings
Alexey Blue.
source share