Creating a new build of the application designed in the vFlow module requires fewer steps as compared to creating a build of the application designed in vDesigner. You are always recommended to create the build of an application after you configure the build-related properties. Throughout the complete application development life cycle, the Downloads module enables… Continue reading Creating a New Build (vFlow)
Category: V2
Setting Build Properties for Application in vFlow
Before you create a build for the application designed in the vFlow module, you need to configure several properties at the following levels: To configure the build settings: Application Level Settings Application Level Settings Description Upload Icon () Click the plus icon to select the icon of the application from the local drive. Build Version This… Continue reading Setting Build Properties for Application in vFlow
Creating a New Build (vDesigner)
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)
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
Update Rating on Store
When you want the user to rate the current application, you can configure this task on a button or a link. When the user clicks the related button or link, the Update Rating on Store task takes the user to the Google Play Store or opens a dialog box. Thus, the user can rate the application… Continue reading Update Rating on Store
Prefix Input Field
The Prefixed Input Field element contains two adjoining boxes. The left box contains the prefixed value and the right box contains a value. You can use the Prefix Input Field element when you want the user to enter the value after the prefix value. For instance:- you can use the Prefix Input Field element to… Continue reading Prefix Input Field
Testing a Custom Function
After you create a custom function, you need to test it and make sure that you can consume it to implement the related functionality. The Custom Function sub-module also provides a feature to test the custom function. To test a custom function: Note:- The <<Custom Function Name>> Test dialog box displays different boxes based on the input parameters… Continue reading Testing a Custom Function