R – How to develop products on mobile phones

blackberryiphonesymbian

Recently we are going to develop some products on mobile phone (specially for 3g). There are many platforms about mobile phones: iPhone OS, Symbian, Blackberry's. If I want to develop a product, should I use Java or write every program for the main platforms?

Particular one question for iPhone development: are there many Java programs on iPhone? Most iphone app I've seen are developed by their own xCode.

I need some guidance on how to do coding for mobiles correctly.

Best Answer

Java is not available for use on the iPhone; you can use Objective-C, C and C++ to develop iPhone applications.