I am working on n95 which have two screen sizes: 240*320 or 320*240.
Is there a way in j2me to start the application in 320*240 while the phone is in 240*320.
I have seen few symbian application that do that.
Regards
Tamir
I am working on n95 which have two screen sizes: 240*320 or 320*240.
Is there a way in j2me to start the application in 320*240 while the phone is in 240*320.
I have seen few symbian application that do that.
Regards
Tamir
The screen size is the same, what changes is the orientation (from portrait to landscape). Do search the SDK for "orientation" and see what you find.
-- Lucian
so , is it possible or not ??
i did not find any way to do that
hi
please check out this link. it might be of help.
http://www.forum.nokia.com/document/...E4A538FB8.html
cheers
Hi,
u can force an J2ME Application to run in landscape mode , USe sizeChanged() method of canvas . it gives u current screen size of device, if it is 320*240, then u can chage the behaviour of ur application to run in landscape mode.
~Amardeep