When you plan to create a build of the application, you are always recommended to configure application build-related properties. Before you create a build, you must configure Android, middleware, and security-related properties. This planned approach helps you create an application build based on application’s usage. Note:- To know more about build-related properties, click here. The… Continue reading Creating a New Build (vDesigner)
Author: Saurabh Kumar
Icon
The Icon element under the Table component is a visual item that provides users with interactive or informational icons in a structured table format. It allows for dynamic engagement within the application by providing an intuitive way to convey actions, statuses, or navigational cues. With configurable options for appearance and behavior, the Icon element adds… Continue reading Icon
Setting Build Properties for Application in vDesigner
Before you create a build for the application designed in vDesigner, you need to configure several properties at the following levels: To configure the build settings: Android Settings Android Settings Description Upload Icon () Click the plus icon to select the icon of the application from the local drive. Upload a Splash Icon Click Browse… Continue reading Setting Build Properties for Application in vDesigner
Enumeration
An enumeration is a programming concept. In the Data Modeler module, an enumeration can be treated as an object or data type. The enumeration type is also abbreviated as enum. In the enum object, you need to define the following: In the enum object, the key represents the name of the enum member, while the… Continue reading Enumeration
Entity
Introduction In the Data Modeler module, an entity contains the data in a structured format. When a user performs the function on the application, the application fetches the data from the entity and then displays it to the user. An entity contains the data in one of the following structured formats: Note:- In the Data… Continue reading Entity
The Concept of Data Model
Introduction A Data model is an empty variable that contains the data in the structured format. To store and manage the data in a structured manner, you can define an entity or enum data type. After you create an entity or enum, you need to link the entity or enum to the data model. Like… Continue reading The Concept of Data Model
Multiselect Autocomplete
The Multiselect Autocomplete element allows users to select multiple options from a list while providing an efficient search capability to locate specific items. This feature is particularly useful in scenarios requiring users to filter large sets of data or make multiple selections in a single interface, enhancing both flexibility and usability. Common Use Cases: Configuration… Continue reading Multiselect Autocomplete
Accordion
An Accordion lets users toggle between showing and hiding sections of related content, helping organize information efficiently. It keeps the interface uncluttered by displaying only relevant sections while keeping others collapsed, allowing users to control what they view. Key Features Common Use Cases Configuration The element’s configuration in vFlow 2.0 allows you to customize its… Continue reading Accordion
Multilingual
The Vahana Cloud portal incorporates the multilingual feature. The multilingual feature allows you to configure an Indian regional language or an International foreign language for the mobile apps or web applications that are developed on the Vahana platform. After you configure the language, the application displays the content in the configured language. Please click here… Continue reading Multilingual
Deploy
The Deploy section is where you manage the deployment of your application. It allows you to publish changes made to the application, ensuring that both the application and updates are accessible to users and function as intended in a live environment. This section provides options for executing the deployment, managing branch mapping, and efficiently tracking… Continue reading Deploy