This task executes to make a control inactive (disabled) as a result of user action or any other event. After the control becomes inactive, the user cannot perform function on the control. If you want to make the control inactive (disable) by applying this task, the Is Enabled property of the element should have Yes… Continue reading Control Disable
Category: vDesigner
Business Rule Validation
This task works as a simple business rule that you build and apply several times while designing a mobile app in the vDesigner application. Business rules are applied to satisfy a condition. Business rules are used in multiple scenarios such as data validation, authentication, sending OTP and user credentials, and others. If the condition of… Continue reading Business Rule Validation
API Integration
This task is applied when you want to invoke an API as a result of specific user action such as click a button or selecting a value in the list. After an API is invoked to perform a function, it captures the data from the respective fields and then stores it in the database, or… Continue reading API Integration
Export db
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
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