For each action to be done on a mobile device, create a form. Each form is part of a process of actions to do a task.
For each form, define the applicable:
Variables - A variable is used to store data in mobile device sessions. You can also create application-specific variables.
Controls - A control defines an element on a form. For example, a button or a field.
Form event procedures - A form event procedure has one action or a series of actions that are done on one of the form events.
Flow diagram
Note
In the flow diagram, clicking one of these shapes, opens the related article in the ‘Generic design tasks’ section:
Create handler
Develop handler class