Skip to content
Docs
Introduction
Mobile Configuration

Mobile Configuration

Learn how to use the components provided by the ZUSDEL delivery platform to build mobile applications.

It is a fast and comprehensive solution designed to create mobile applications for your workforce. The program can connect to your database and APIs, allowing you to create a variety of mobile interfaces using a rich set of components and interactions.

Step 1 : Create Application

Open Application Management to create new application.

image

Fill in apppicaiton name, select application icon, background color and confirm.

image

Step 2 : Create Folder And Pages

Create a new folder to categorize and consolidate pages.

image

You can create new pages by clicking the 'Add Page' button or by right-clicking on a folder and adding a subpage

image

Step 3 : Assemble Component

Using a variety of components with drag-and-drop method to assemble components on the page.

Start by adding a grid layout to the page, and then include page elements such as images, lists, and text,etc.

image

Step 4 : Data Binding

In the mobile page list, you can also bind a data model to fetch business data.

image

Add text to the page, and you can bind fields from the bound data model within the text.

image

Step 5 : Data Interaction

A Open Page

Click recruit information icon, then skip to the detail information page.

image

Configure the click event and setting the page action is "open pages".

image

Then select the needed open pages in the list. Select routing method to "navigate to page content"

image

B Data Interface Integration

You can configure the interface name, fields, and return values. Fields can be bound to page variables, enabling the integration of internal data interfaces.

image

Based on the content of the return value, provide different page feedback.

In the case of success, open the success page and display Sign-up Successful page.

image

In the case of failure, display the reason for failure on the page.

image