Hello,
In Android, we set auto orientation. We see content change to landscape as it is if we rotate the phone to landscape. We can also detect the screen orientation to change the layout to match landscape screen if we want to.
Similarly we try to do the same on the Tizen:
1. We set the Auto Orientation, rotate the phone to landscape, the content change automatically to landscape without changing content format.
2. If needed detect the orientation and change the content layout to match the landscape.
How to do this?