How can I simulate landscape orientation in the android simulator?
|
feedback
|
|
what do you mean by Horizontal simulation? If you are talking about activity orientation then either you can define that in AndroidManifest xml file like this: Or if you want to do in the code then you can request orientation on your activity object:
| |||||||||
feedback
|