|
Subscribe RSS 2.0 feed |
Subscribe Atom feed If you wish to receive email notification, please here » |
« 3neXt, a co-created mobile application site (by an operator!) | Main | Wishlist for sending feature requests to Nokia »
Simon Judge wrote in Mobile Phone Development:
People often ask me why there aren’t that many successful Java ME consumer applications that aren’t games.
...
It’s interesting that the few non-game applications that do become successful perform most of their processing at the server. Examples include Opera Mini, EmailViewer by ReqWireless (which was acquired by Google) and Google’s own mobile GMail application. These applications are just a window on more open, capable and consistent processing somewhere else.
I have spotted this trend too. Can you think of any exceptions?
Comments
Perhaps when the client has 10 GB memory and a processor that can run both OS and JVM, Java apps can run client side.
Posted by: Chris Vail | August 2, 2007 01:27 AMIf Java ME looses its ME part, it will succede. Sure.
Posted by: Juan M. Blasco | August 2, 2007 08:51 AMAs a JavaME developer I know this situation. I think one of the major reasons is the fragmentation of the API's across different devices. If you use almost any additional API capability, you will make the application non-workable for some and for some it will just act weird.
So in order to make a great JavaME application that people can actually use with different devices today, JavaME side of the code HAS to be quite limited. I'm hoping JSR-248 and MIDP3 will change things, so there is still some hope for us JavaME developers :-)
Posted by: pillar | August 2, 2007 08:56 AMIt's easy to understand after these two exercises:
1. Create Midlet that shows text:
Do you think this program sucks?
Left soft key is labelled "no", right one "yes"
2. List all standard UI elements from GMail Midlet?
Posted by: pkunk | August 2, 2007 09:20 PMAll right, now I start to understand why the Widsets that are available out there seem to be mostly - with a couple of exceptions - pretty useless.
Even if the S60 web browser occasionally eats up all the memory I still prefer e.g. to use Wikipedia through that than through the Widset version.
The same goes for the Flickr Widget and YouTube stuff (no, I am not dreaming to actually see moving images from YouTube but via web browser I can choose what I want to see) and most other stuff..
A few other related comments at http://mobile-phone-story.blogspot.com/
And actually, I love the S60...
Posted by: jackjack | August 14, 2007 04:16 PMTypically there are some small items missing from Java ME which prevents the usage of it. Please implement jni, JSR-248 and MIDP3 in S60 as soon as possible and Java applications will have all possibilities to compete with native applications!
Posted by: Mark T | August 22, 2007 01:53 AM