When you apply this task, it automatically creates a native database of the mobile app in the mobile phone device. The export db task creates SQLLite database in the mobile phone device and stores all configuration related information of the mobile app in the database tables and view. When this task executes, the SQLLite database… Continue reading Export db
Category: Design
Save
This task is used to virtually hold the data values in the JSON data format after the user enters respective data values in text boxes on specific form. The advantage of the Save task is that after the user enters data values in the respective text boxes and then navigates to the next form, the… Continue reading Save
Form ID
You assign this task when you want the mobile app user to navigate to the other form. After the user taps a UI to perform a function in the mobile app, the specific form or mobile app page opens. To display a form as a result of user-action, you need to map the form ID… Continue reading Form ID
Introduction
The vDesigner application provides you multiple actions that you can apply/assign on different UI ((User Interface) items and other components. You can assign the action to impart intended functional behavior to the UI or component. The selection of task that you want to assign to the user interface depends on the type of the function… Continue reading Introduction
Applying Hamburger Drawer to Form
When you add multiple menu items to the hamburger drawer, you have two choices: either you can use default DRAWER_HOME hamburger or you can create a new hamburger. After you design a hamburger menu by adding new menu items to it and then assigning actions to each of the menu items, you can use the… Continue reading Applying Hamburger Drawer to Form
Adding Action to Hamburger Drawer
Under hamburger drawer, you assign an action to the hamburger menu item to impart functional behavior to it. After an action is assigned to the hamburger menu item, it performs the function based on the action that is assigned to it. The action is assigned to the menu item based on the functional requirement of… Continue reading Adding Action to Hamburger Drawer
Configuring Hamburger Drawer
Overview In mobile apps, hamburger drawer is a well-known feature that is prevalently used to add multiple features and functionality in orderly manner. Hamburger drawer is also referred to as Hamburger menu. In mobile apps, three horizontal parallel lines () are used as the icon of the Hamburger menu. Under Hamburger menu, you can add… Continue reading Configuring Hamburger Drawer
Define Card
To define the card and then define action items in the card, visit the heading section: Define Card under Configuring List with API. You can use the values of the following screen captures when you define a new card:
Configuring List with Database View
If you choose to display a list with a database view, you need to provide the details of the database view while configuring the list. In the configuration details of the list, you need to provide the name of the database, name of object/object type that stores list data, and primary keys of database view.… Continue reading Configuring List with Database View
Configuring Action on Card
This function allows you to configure an action on the list of the card. You can configure the action on the list horizontally or vertically. You can incorporate a phone book, delete function, and other usable action items. To configure an action on the list: Field Description Action Sub Type Click this list to select:… Continue reading Configuring Action on Card