tags:

views:

39

answers:

2

Is it possible create a IPhone application by using java and LWUIT framework?

A: 

It is currently not possible using any language other than objective-c.

JoePasq
Ok. but I heard LWUIT supports in IPhone. Is it true?
bhakki
Not true, you can use C++, C and you are allowed to use third party frameworks to compile your apps (Flash, unity and more). Don't know about LWUIT
Sander Backus
LWUIT is a framework for java, therefore no.
JoePasq
A: 

There appears to be a rudimentary LWUIT Microemulator in development, but the author states that this requires jailbroken iPhones. I would not rely on this for anything serious, because I doubt something based on this will ever appear on the App Store.

A better bet would be to learn Objective-C and the native APIs, or use an alternative platform like MonoTouch.

Brad Larson
Is it possible to develop a iphone application on windows os?
bhakki
@bhakki - See here: http://stackoverflow.com/questions/113547/iphone-development-on-windows . In short, not really. You're far better off getting a Mac and learning the native development environment.
Brad Larson