Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

IPhone application development in java? [duplicate]

Tags:

java

iphone

Possible Duplicate:
Can we run Java applictions on iPhone?

Does IPhone4 supports Java? Can we write any app using Java for IPhone?

like image 903
Sivasubramaniam Arunachalam Avatar asked Jul 24 '26 12:07

Sivasubramaniam Arunachalam


1 Answers

You should check out Tabris which allows you to write Apps for iOS with Java. It does not have the "JVM on iOS Problem", as the Java Application runs on a server. On the device a native App is installed, which communicates with the server and renders the UI like any other native App. It's similar to a thin-client approach. There is NO cross-compiling and NO browser/html5 used for the mobile App.

like image 153
Jordi Avatar answered Jul 27 '26 00:07

Jordi