How to know device/emulator layout (landscape/portrait) is changed
- by android_novice
I am using two xml layout file layoutPotrait.xml and layoutLandscape.xml.When device/emulator is in portrait mode i want to select layoutPortrait.xml and vice versa.How can i acheive this ?
Thanks.