I have made an Android app using Titanium. The screen rotates when device rotate, how can i stop window/screen orientation in Android app?
Use android:screenOrientation="portrait"
in the Android Manifest file in the <activity>
element.
See this: Activity