Is it possible create a IPhone application by using java and LWUIT framework?
views:
39answers:
2
A:
It is currently not possible using any language other than objective-c.
JoePasq
2010-10-28 13:41:50
Ok. but I heard LWUIT supports in IPhone. Is it true?
bhakki
2010-10-28 14:03:50
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
2010-10-28 14:56:23
LWUIT is a framework for java, therefore no.
JoePasq
2010-10-29 19:14:19
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
2010-10-28 20:24:57
@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
2010-10-29 13:09:06