Vahana Academy

Setting Build Properties

Before creating a build, you need to configure several properties at the following levels: To configure the build 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 to upload a splash icon, which comes into view on… Continue reading Setting Build Properties

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

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

Invoke Function

When this task executes, it invokes a custom function. You write the code of a custom function in JavaScript. To know more about a custom function, visit the Creating a Custom Function post. The custom function contains a complex logic or algorithm to perform a function or task on the related application page. To configure… Continue reading Invoke Function