Is there a function by which we can rotate the application orientation? To 90, 180, 270? And will the rotation hold good for the rest of the phone? I mean, if I rotate the application to 90, will the rest of the phone rotate to 90?
Is there a function by which we can rotate the application orientation? To 90, 180, 270? And will the rotation hold good for the rest of the phone? I mean, if I rotate the application to 90, will the rest of the phone rotate to 90?
You can change the orientation of the application from landscape to portrait and vice-versa.
this is just the simple rotation.Code:import appuifw appuifw.app.orientation = 'landscape'
Another one is the sensor API, rotation of screen according to change in the phones position.
http://wiki.forum.nokia.com/index.ph...odule_in_pys60