Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Download a sample application here

The sample application used here is a simplified version from /rt/apps/experiments/DukePad/modules/calculator (excludes OSGI references and any Java 8 syntax usage).

...

Code Block
themeMidnight
$ cd Calculator
$ ant

 

 

 

This compile the java code to byte code, the use RoboVM to compile the byte code to native code and finally run the application using iPad simulator.

...