The default screen of my SDK is QVGA portait(240*320) display mode.
I want to write an application, make it enforce to QVGA landscape(320*2400) while running this app.
I don't know how to do it, do you know? Thank you!
The default screen of my SDK is QVGA portait(240*320) display mode.
I want to write an application, make it enforce to QVGA landscape(320*2400) while running this app.
I don't know how to do it, do you know? Thank you!
use SetOrientationL(EAppUiOrientationLandscape) method in ConstructL() of your appui.