Vahana Academy

Webview URL

You can also configure the “Webview URL” data source for data manipulation at the application level. The webview component is a mobile app-integrated browser utility that has limited web browser capability. When you configure the Webview URL data source, you can use the HTTP and HTTPS protocol schemes. While configuring Webview URL data source, you… Continue reading Webview URL

URL

You can use the “URL” data source to get the data from a URL. By using the URL data source, you can only issue the GET request. To configure the URL, you need to use the HTTP and HTTPS schemes. After the application sends the request to the configured URL, it gets the required data… Continue reading URL

Mock

The “Mock” data source contains a dummy code. You can use this dummy code for the testing purpose. When you test the dummy code, you ensure that the dummy code is invoked correctly. In multiple scenarios, the application developer uses the dummy code to test the component and observe how the component will look after… Continue reading Mock

Object

The “Object” data source uses the reflection technique to create instances of business objects. By using the reflection technique, related methods are invoked to perform the update, retrieve, insert, and delete operations. You need to choose the “Object” data source if the data object contains the data. The Object data source is used to fetch… Continue reading Object

Online

You can use this mechanism when you want to get the data from an API. The API is configured on the vConnect module. To know more about the API configuration, you can visit vConnect posts under Integration category. When you want to configure a data source by using the online mechanism, you need to provide… Continue reading Online

Configuring a Page

After you successfully create a page by using the configurator. You can configure several properties of the page. These properties are as follows: Apart from configuring these properties, you can add new elements to the page. You can configure these properties as follows: To configure page-related properties: Basic Property Name Description Page Type This box,… Continue reading Configuring a Page

An Introduction to Configurator

In the vFlow module, this functionality allows you to create and configure the application pages. Based on the application-specific requirements, you can add multiple pages to an app. Apart from adding new pages, you can edit a page by reconfiguring its different properties. By using configurator, you can create three types of pages: Conclusively, the… Continue reading An Introduction to Configurator