Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I need to develop an application on Android, Blackberry and Symbian in Java environment. For that I need to use only one common SDK for all OS. Is it possible, and how? Please tell me the software that is suitable for developing the application.

share|improve this question

3 Answers

That is a big question and this is a market that is quickly changing. There are a number of technologies that are trying to provide the "write once, run anywhere" development experience for smart phones. I don't know that you will find an answer in Java, but there may be a tool or framework that can help you.

Here is a short list of some of the ones I remember:

  1. PhoneGap
  2. Appcelerator Titanium
  3. Rhomobile
  4. Sencha Touch

Also, see some older Stack Overflow posts, like:

Updates:

share|improve this answer
Hi Michael thanks for immediate response..the SDK that u mention are not supporting all the OS. and do u know about the Kony plug-in which suports for ALL the three OS.Is it open sorce. i did nt find any plug-in downloda for that.can u plz help me to find that. thanks in advance – sailaja May 31 '11 at 14:27
Never heard of Kony. But I did find konysolutions.com. good luck. – Michael Levy May 31 '11 at 14:37

As far as I know, you cannot develop the UI portions in Java using any of the cross-platform tools (at least for these platforms). For the non-UI portions, I think that BlackBerry is the most restrictive, since it is basically Java 1.3 (no generics). If you target this lowest common denominator, you can write the non-UI portions as a library shared among all the platform-specific products.

share|improve this answer

With only one SDK i don't think it's possible.

You can develop a Web App that all can view probably.. but i see no other way.

share|improve this answer
what is web apps that we can use – sailaja Jun 1 '11 at 5:05

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.