Web Hosting Talk







View Full Version : cell phone application language


ti_nhatrang
11-07-2007, 09:48 PM
Hi guys,

was wondering, providers like verizons, sprint, att, etc. On their phones, what backend software does it take? Say I want to create a simple game or a application, which language do I need to learn or contract out?

Is it JAVA?

Renard Fin
11-07-2007, 10:22 PM
Most of the time it's Java, of course there's a bit of C++ sometimes. Quite rarely I've heard about flash but not much.

superfane
11-08-2007, 05:20 AM
For GSM phones, is generally java. For CDMA phones, is Brew (that use C++)

debiannerd
11-08-2007, 09:30 AM
Most of the time it's Java, of course there's a bit of C++ sometimes. Quite rarely I've heard about flash but not much.

Flash is used only for the animations... beside that it is mainly Java

jcooter-sliqua
11-08-2007, 11:45 AM
It depends on which phones you are talking about. Most of the consumer cell phones use Java, as well as Blackberries (they actually have their own API on top of the MIDP specification). Windows Mobile uses Windows Embedded. Apart from that, I'm not quite sure. Usually if you go into the about screen, it will say if it uses Java.

the--dud
11-09-2007, 10:05 AM
Most modern phones uses the "Java 2 ME platform", and usually utilizing the "Mobile Information Device Profile (MIDP) 2.0" library. Along with a range of other libraries of course...

cofcpologuy
11-11-2007, 12:08 PM
Most Verizon cell phones (non-pda) use Brew. That way we have to pay outrageous amounts of money for the games instead of being able to transfer them to our phone for free.

wapster
11-12-2007, 05:29 PM
definitely java

Windowlicker
11-13-2007, 01:57 AM
Java.

Though this might be a good time to check out Android.
http://code.google.com/android/

ti_nhatrang
11-13-2007, 02:53 AM
Most modern phones uses the "Java 2 ME platform", and usually utilizing the "Mobile Information Device Profile (MIDP) 2.0" library. Along with a range of other libraries of course...

that's what I thought as well. As far as deployment, how would that work on a cell phone? How would you load the software on there? Is it open to install like a pocketpc?