Orientation Hinting in Android
Sun 06 Sep 2014Just a quick note on implemeting “orientation hinting” with a default orientation lock at the start. What it actually means:
Say, an activity is defaulted to landscape mode lock, and still allowing the user to change back to portrait only when the user intentionally doing so (rotate the devices to landscape then back to portrait).
This is particularly helpful in a situation where the user would be shown and locked into a preferred mode no matter how he/she holding the device, while still offering a mechanism to change orientation if the user intends to.
Read more