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
Category: V2
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
Applying a Custom Function
After you build a custom function, you can apply it to the related scenario. To implement an application behavior, you can create a custom function. You can apply multiple custom functions to design the application behavior on different pages. To apply the custom function, you need to configure the Invoke Function in the task group.… Continue reading Applying 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
Creating a Custom Function
In the Cutsom Function submodule, creating a custom function includes several small sub-steps. It provides intuitive and clean user interfaces to define a custom function. After you create a custom function, you can test it. When you want to use a custom function, you can consume it by using the Invoke Function task. Creating a… Continue reading Creating a Custom Function