Programming Android

How to set a fixed (portrait or landscape) orientation in Android?

steloflute 2012. 6. 24. 23:32

https://groups.google.com/group/phonegap/browse_thread/thread/f9ab9e81d6dfb081/730c6920c48fe389


AndroidManifest.xml:


<activity android:name=".DroidGap" 
                  android:label="@string/app_name" 
android:screenOrientation="landscape" >




http://stackoverflow.com/questions/10227306/how-to-fix-flex-android-apps-horizontal