tags:

views:

27

answers:

1

I would like to run a simple hello-world app on a device. How do I do this?

A: 

Use either the DesktopManager or the JavaLoader to install your application on the device. If you have correctly created a GUI application a launch icon will appear on your home screen, or in the Downloads folder (depending on your OS version). Click that icon to run your app.

Richard