• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Jeanne Boyarsky
  • Ron McLeod
Sheriffs:
  • Paul Clapham
  • Liutauras Vilda
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

Qt Vs J2ME

 
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi can any one tell me which technology is better.......when compared with Qt and J2ME.

I need to develop an application in both Qt and J2ME. I need to compare the time how fast the application runs. I need to tell which one is better.

I think all of them know about J2ME. It is used every where.

Qt, it is a new technology and presently the largest company Nokia is using this Qt. I need to know the advantages and disadvantages for both of them. Can any one tell me..........
 
Saloon Keeper
Posts: 28486
210
Android Eclipse IDE Tomcat Server Redhat Java Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I dislike "which is better" questions, because usually, "better" depends very much on the environment.

Qt is not new technology. I have a circa 2006 Sharp Zaurus SL6000 that relies extensively on Qt for its GUI. However, unless Nokia or somebody recently provided one, I don't know of a Java API for it. It was traditionally programmed in C.

Both Qt and JME are designed to run well on mobile devices. JME/J2ME is probably available on a wider variety of devices, but if you're thinking Qt on Symbian, the total number of devices running it might (at the moment) be higher than for JME.
 
Chidvilas Sakkur
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I m doing a project on Qt and J2ME. I need to decide which one is better for mobile phones. I m designing a game in Qt and as well as J2ME. I need to run on the latest mobile phones and need to check which technology is fast.Yes Qt is not latest technology.

So that why I need to know which one is best............
 
Greenhorn
Posts: 5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Eventhough Qt is being ported to Symbian and its totally an C++ framework . Java is platform independent and can be on many devices where JVM is available. The application performance of both Qt and Java will be similar may be java can be faster when coming to devices that are released recently because processing and memory have been increased. As well inorder to say a particular game is faster you need to consider many factors such as optimisation and use of resources very well. I believe that they have minute difference and J2ME can be faster than QT.
 
If you send is by car it's a shipment, but if by ship it's cargo. This tiny ad told me:
Smokeless wood heat with a rocket mass heater
https://woodheat.net
reply
    Bookmark Topic Watch Topic
  • New Topic