Mobile development mode

Setup a development environment to display app forms on a mobile front-end.

In a command-line development environment, the runtime system (DVM) executes the application code on the development machine, displaying app forms through a mobile front-end installed on a device or emulator.

This is the typical configuration used in a development environment. Once the app development is complete, you can build the real mobile app to be deployed on devices, as described in Deploying mobile apps.