Another question about device orientation on Android. Is it standard practice to check for device orientation and then based on that build my screens (lay down components, buttons, etc) in code? i.e. one screen layout for Portrait and another one for Landscape? Or am I making this difficult on myself and there is something built into Delphi to take care of this that I am missing?

Comments