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
Category: V1
vDesigner 1.0 hierarchy
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 List with API
If you want to configure a list with an API call, you need to define the name of object where the data is stored after respective API fetches the data from the database and the array type JSON object that holds the data to display it in the list. To configure the list: Box Description… Continue reading Configuring List with API
Configuring API Call on Button
You will configure an API call on the “On Click†event of a button if you choose to display list by using REST API. If you choose the database view to display list on the mobile app, you will not configure the API call on the “On Click†event of a button. To configure an… Continue reading Configuring API Call on Button
Introduction
This section describes how to display the list of database. Displaying list from database means that the corresponding API or database view will execute to fetch the required data from the respective database. Thus, the API or database view will display the data on the screen or page of the mobile app. It has been… Continue reading Introduction
Assigning Action to a Plus Group
This function allows you to define an action to a plus group item. After you define the action to a plus group item, you can perform the function on the respective plus group item. The functional behavior of specific plus group item depends on the action that you assign to the respective plus group. To… Continue reading Assigning Action to a Plus Group
Applying a Plus Group
To apply a plus group on specific screen:
Configuring Plus Group
Overview In the vDesigner application, the Plus Group module allows you to collectively place group of features/functions in single menu bar. This menu bar expands when you tap the plus group icon. Plus group can be placed on different screens/pages. Also you can design more than one plus group if you want to consolidate features… Continue reading Configuring Plus Group