Designing the Application
Procedure
After you import the data object models and created application-related authorizations, you design the application.
Designing the mobile applications for laptop include creating:
-
Components
A component is a reusable, task-oriented building block that contains elements such as views, windows, component controllers, and component interfaces, which define the specific functions of the application
More information: Creating a Component
-
Views
View defines the layout of the user interface in the application. For a view, you:
-
Create views
More information: Creating a View
-
Embed views in the view set
More information: Embedding a View in the View Set
-
Design the layout of the view
More information: Designing a View Layout
-
Define the navigation of the view
More information: Defining Navigation Between Views
-
-
Actions
An action is an incident that can be recognized by the application, for example, choosing a button.
-
Create actions.
More information: Creating an Action
-
Process the actions
More information: Processing an Action
-
-
Context mapping
It is the process through which you can share data between the different views in a component.
-
Create the component context
More information: Creating a Component Context
-
Create the view context
More information: Creating a View Context
-
Map the context
More information: Mapping a Context
-
Bind UI Elements to a context
More information: Binding a UI Element to a Context
-