Opera Mini 4.0-beta was released today and this seems to be one of the best surprises of the year. It has Javascript, CSS support and zoom-in support similar to the iPhone's, but with all the processing happening to another server instead of your cellphone. Read more for screenshots and info!
Permalink for comment 249071
To read all comments associated with this story, please click here.
You are thinking very simplistically. Opera Mobile is NOT Opera Mini. Opera Mobile is a native app which can have hooks to the underlying Symbian functions. Opera Mini can't. More over, the N95 (which I also own), can do rotation itself, because Symbian supports it. Also, the N95 is over 320 Mhz and it has a kick-ass J2ME implementation (the best in the industry). You are in the minority, because most "cheap" phones are between 40 and 100 Mhz. Opera Mini must cater to them because this is where its main strength is: bringing the web on a low-ass phone.
Rotating a web page is somewhat costly, but the cost depends on 2 external factors:
-if the images aren't JPEG, or if they're JPEG but the JPEG decoder can't rotate while decoding, images are expensive to render.
-if the font engine can't rotate while drawing, text becomes expensive to render.
If images can be rotated for cheap/free, and if text-drawing is as speedy at 90 degrees is it is when straight, there's no performance difference at all.
I'd be very surprised if J2ME had such optimizations for image/text decoding. And IF there is ONE or TWO implementations of J2ME that can do that (or even worse, versions of specific implementations), the rest can't. So, the answer is "no", for at least a few more years.
Member since:
2005-06-28
You are thinking very simplistically. Opera Mobile is NOT Opera Mini. Opera Mobile is a native app which can have hooks to the underlying Symbian functions. Opera Mini can't. More over, the N95 (which I also own), can do rotation itself, because Symbian supports it. Also, the N95 is over 320 Mhz and it has a kick-ass J2ME implementation (the best in the industry). You are in the minority, because most "cheap" phones are between 40 and 100 Mhz. Opera Mini must cater to them because this is where its main strength is: bringing the web on a low-ass phone.
Rotating a web page is somewhat costly, but the cost depends on 2 external factors:
-if the images aren't JPEG, or if they're JPEG but the JPEG decoder can't rotate while decoding, images are expensive to render.
-if the font engine can't rotate while drawing, text becomes expensive to render.
If images can be rotated for cheap/free, and if text-drawing is as speedy at 90 degrees is it is when straight, there's no performance difference at all.
I'd be very surprised if J2ME had such optimizations for image/text decoding. And IF there is ONE or TWO implementations of J2ME that can do that (or even worse, versions of specific implementations), the rest can't. So, the answer is "no", for at least a few more years.
Edited 2007-06-19 22:18