I have set these in the android manifest.xml file:
activity android:name=".HelloActivity"
android:label="@string/app_name"
android:configChanges="orientation"
android:screenOrientation="landscape">
But when running in the emulator i got the screen as shown here. What would be the problem.Why i am not getting horizontally
I want to view like this: i have seen this in a book, but he didnt explained how to get this
Try
CTRL-F12found here. Honestly the android emulator sucks, and if ur doing any real development, u should get a real phone