Mobile development, what language?
Hello all. I have a lot of experience with creating mobile applications for Windows Mobile (www.indigoolive.com) but I would like to get into mobile phone development. I want to create an application that queries our servers via a web service or php. What language or toolkit provides the best portability between most mobile phones? Any assistance getting started would be greatly appreciated.
--Greg
[414 byte] By [
gframe] at [2007-11-11 8:44:07]

# 1 Re: Mobile development, what language?
It's hard to anseer this question without knowing more about your skills, the target mobile devices you're aiming at and the server's platform but if you're a Windows aficinado, VB, C++ and C# may be thr ight choice for you. MSDN has plenty of samples and online tutorials, especially in C++ and VB, which you can use. J2ME may also be considered but remember that it's a bit more restrictive (to may taste at least) because everything has to be confined to this sepcific platform, so you can expect interoperability as long as every participant adheres to this tool. Another option that you want to consider is BREW, which is a C++ based platform.
Danny at 2007-11-12 0:15:38 >

# 2 Re: Mobile development, what language?
Thanks Danny,
My skills are all over the place, I was a beta user of BREW, have extensive MFC C++ as well as Java. I am looking for the development platform that has the most portability. For instance, what do most mobile devices support. I think most of the development languages I have reviewed would meet my needs. I just want to choose the right one to get me the most bang for the buck as to varying mobile devices.
--G
gframe at 2007-11-12 0:16:39 >

# 3 Re: Mobile development, what language?
It's manufacturer dependent, but I think BREW and J2ME are the most widely supported platforms at present. Personally, I'd opt for BREW because it's more efficient and doesn't require a wholesale virtual machine installation. As you may have realized, there's not a single platform that all manufacturers support so perhaps you can write yoru code in C++, and then be able to port it with some tweaks to both Symbian and BREW. It's not a trivial task but at least you'll be covering two large categories of mobile devices.
Danny at 2007-11-12 0:17:33 >
